couldn't parse external etcd version
rajesh-dcis opened this issue · 3 comments
rajesh-dcis commented
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
cookeem commented
@rajesh-dcis can you show me your kubeadm-init.yaml file?
epasham commented
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.
cookeem commented
Since it support v1.11.x now, we should close it