Just I am starting to learn Kubernetes. I\'ve installed CentOS 7.5 with SELinux disabled kubectl, kubeadm and kubelet by Kubernetes YUM repository.
However, when I w
You are hitting the following issue in kubernetes
https://github.com/kubernetes/kubeadm/issues/1092
The workaround is to provide --node-name= . Just go through the above ticket for more info. Hope this helps
EDIT: I have the same issue in kubeadm-1.10.0 After removing --hostname-override from /etc/systemd/system/kubelet.service.d/10-kubeadm.conf file, atleast able to initialize cluster. Didn't give provide --node-name in my cluster