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

Clarify where the config is read from when using --kube-subnet-mgr, e.g. when using the provided Kubernetes manifest.

Nick Cabatoff 6 éve
szülő
commit
6c9ebf5065
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.