flanneld correctly fetching the required config key in etcd.
When starting flanneld which is configured correctly to connect to a local etcd v3 instance it cannot fetch the network config. As stated, 3280 main.go:349] Couldn't fetch network config: 100: Key not found (/coreos.com/network).
Use Kubernetes kube subnet manager?
etcd-member unit in coreosETCDCTL_API=3 etcdctl put /coreos.com/network '{\"Network\": \"10.100.0.0/16\"}'flanneldflannelI am trying to set up a kubernetes cluster with flannel.
Currently flannel does not support etcd v3 API, use "--kube-subnet-mgr" instead.
Or ensure the key exists in the etcd v2 API.
Most helpful comment
Currently flannel does not support etcd v3 API, use "--kube-subnet-mgr" instead.