cookeem/kubeadm-ha

couldn't parse external etcd version

rajesh-dcis opened this issue · 3 comments

I did a kubeadm init --config=kubeadm-init.yaml and got the below error while initialising.

[ERROR ExternalEtcdVersion]: couldn't parse external etcd version "": Version string empty

@rajesh-dcis can you show me your kubeadm-init.yaml file?

you get that error if kubeadm cant reach etcd during initialization. most likely the etcd endpoints given in the kubeadm-init.yaml file are incorrect or ETCD is down.

Since it support v1.11.x now, we should close it