Forráskód Böngészése

Merge pull request #1041 from ncabatoff/clarify-config-source

Clarify where the config is read from
Tom Denham 6 éve
szülő
commit
2ca94f6ce5
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      Documentation/configuration.md

+ 2 - 1
Documentation/configuration.md

@@ -1,7 +1,8 @@
 # Configuration
 
-flannel reads its configuration from etcd.
+If the --kube-subnet-mgr argument is true, flannel reads its configuration from `/etc/kube-flannel/net-conf.json`.
 
+If the --kube-subnet-mgr argument is false, flannel reads its configuration from etcd.
 By default, it will read the configuration from `/coreos.com/network/config` (which can be overridden using `--etcd-prefix`).
 
 Use the `etcdctl` utility to set values in etcd.