How to debug when Kubernetes nodes are in 'Not Ready' state

后端 未结 5 1959
青春惊慌失措
青春惊慌失措 2021-02-02 05:18

I initialized the master node and add 2 worker nodes, but only master and one of the worker node show up when I run the following command:

kubectl get nodes
         


        
5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-02 06:05

    I recently started using VMWare Octant https://github.com/vmware-tanzu/octant. This is a better UI than the Kubernetes Dashboard. You can view the Kubernetes cluster and look at the details of the cluster and the PODS. This will allow you to check the logs and open a terminal into the POD(s).

提交回复
热议问题