I have configured one kube master server and one kube minion server. both are on the CentOS 7 on master server, kube-scheduler , kube-controller-manager and kube-apiservr services are running along with docker and flanneldured etcd server is configured on the kube master server which is up and running properly. however, while configuring flanneld on minion server, getting error like:
"failed to retrieve network config : client : etcd clustr is unavailable or misconfigured"
i have verified already following 1: kube minion server and kube master server are able to ping by hostname 2: firewall is stopped on both the server 3: /etc/sysconfig/flanned file is configured to point to etcd host IP running on kube master
can someone please suggest why this error is coming.. what else needs to be checked on minion server ?
Regards
curl -L http://<etcd_host_ip>:<etcd_port>/version
from the minion to check that it can reach the service. – rwehner