Re: [kubernetes-users] Using external etcd with kubeadm fails

2017-02-21 Thread Milan Sladký
So I have finally found the root cause. It is mandatory to explicitly specify http protocol in the endpoint definition: kubeadm init --external-etcd-endpoints="http://msl-kub01:2379"; OR kubeadm init --external-etcd-endpoints=http://msl-kub01:2379 2017-02-15 17:20 GMT+01:00 : > Hi, > I have tr

[kubernetes-users] Using external etcd with kubeadm fails

2017-02-15 Thread milan . sladky
Hi, I have tried to use external etcd with kubeadm during init like this: [root@msl-kub01:/home/msl] kubeadm init --external-etcd-endpoints=msl-kub01.int.na.int.com:2379 Feb 15 13:16:26 msl-kub01 docker-current[3094]: E0215 12:16:26.193755 1 reflector.go:199] k8s.io/kubernetes/plugin/p