Heapster status stuck in Container Creating or Pending status Heapster status stuck in Container Creating or Pending status kubernetes kubernetes

Heapster status stuck in Container Creating or Pending status


A pod stuck in pending state can mean more than one thing. Next time it happens you should do 'kubectl get pods' and then 'kubectl describe pod '. However, since it works sometimes the most likely cause is that the cluster doesn't have enough resources on any of its nodes to schedule the pod. If the cluster is low on remaining resources you should get an indication of this by 'kubectl top nodes' and by 'kubectl describe nodes'. (Or with gke, if you are on google cloud, you often get a low resource warning in the web UI console.)

(Or if in Azure then be wary of https://github.com/Azure/ACS/issues/29 )