Fix typo in README.md

This commit is contained in:
Tomofumi Hayashi 2018-10-18 17:12:00 +09:00 committed by Tomofumi Hayashi
parent 8b94703a4c
commit 5782dc1916

View File

@ -148,7 +148,7 @@ Following is the example of multus config file, in `/etc/cni/net.d/`.
"logLevel": "debug",
/* NOTE: you can set clusterNetwork+defaultNetworks OR delegates!! (this is only for manual) */
"clusterNetwork": "defaultCRD",
"defaultNetwork": ["sidecarCRD", "flannel"],
"defaultNetworks": ["sidecarCRD", "flannel"],
"delegates": [{
"type": "weave-net",
"hairpinMode": true