mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-03 02:46:17 +00:00
Fix typo in README.md
This commit is contained in:
parent
8b94703a4c
commit
5782dc1916
@ -148,7 +148,7 @@ Following is the example of multus config file, in `/etc/cni/net.d/`.
|
|||||||
"logLevel": "debug",
|
"logLevel": "debug",
|
||||||
/* NOTE: you can set clusterNetwork+defaultNetworks OR delegates!! (this is only for manual) */
|
/* NOTE: you can set clusterNetwork+defaultNetworks OR delegates!! (this is only for manual) */
|
||||||
"clusterNetwork": "defaultCRD",
|
"clusterNetwork": "defaultCRD",
|
||||||
"defaultNetwork": ["sidecarCRD", "flannel"],
|
"defaultNetworks": ["sidecarCRD", "flannel"],
|
||||||
"delegates": [{
|
"delegates": [{
|
||||||
"type": "weave-net",
|
"type": "weave-net",
|
||||||
"hairpinMode": true
|
"hairpinMode": true
|
||||||
|
Loading…
Reference in New Issue
Block a user