Kubernetes Master Server is failing to become up and running

7/30/2017

Installed kubeadm v1.6.0-alpha, kubectl v1.5.3, kubelet v1.5.3 Executed command $kubeadm init, to bring the Kubernetes Master up. Issue observed: Stuck with the below log message

Created API client, waiting for the control plane to become ready

How to make the Kubernetes master server up and running or how to debug the issue?

-- radhika.korlapati
kubeadm
kubelet
kubernetes

1 Answer

7/31/2017

Could you try using kubelet and kubectl 1.6 to see if it is a version mismatch?

-- Javier Salmeron
Source: StackOverflow