Troubleshooting a NotReady node Troubleshooting a NotReady node kubernetes kubernetes

Troubleshooting a NotReady node


Most likely the kubelet must be down.

share the output from below command

journalctl -u kubelet

share the output from the below command

kubectl get po -n kube-system -owide

It appears like the node is not able to communicate with the control plane.you can below steps

  1. detached the node from cluster ( cordon the node, drain the node and finally delete the node)
  2. reset the node
  3. rejoin the node as fresh to cluster