GCE cluster all nodes NotReady

12/7/2016

kubectl get nodes all nodes status NotReady.

What is the actions should I take to diagnose and fix the issue?

I tried kubectl drain status changed to NotReady,SchedulingDisabled and then kubectl uncordoned changed back to NotReady.

Master version 1.4.6

-- WHITECOLOR
gcloud
google-compute-engine
kubernetes

1 Answer

12/7/2016

I you run kubectl get nodes you'll get the nodes ids.

Then usually, you may find relevant infos about such problems by running kubectl describe node node_id (node_idbeing the one you've seen listed by the previous command)

-- Ben
Source: StackOverflow