Multiple pods in a node display in Terminating or Crashed state after the node state changes to Not Ready.
Cause
This is a known issue. When Kubelet loses contact with the API server, the state of the node changes to Not Ready. When this happens, multiple pods go into Terminating or Crashed state.
Solution
Log in to the node that is in Not Ready state using the cluster_ssh console.
Type sudo su at the prompt and press Enter.
Enter the following command to restart the Kubelet service and restore all the pods:
ADDITIONAL INFORMATION:
monit restart kubelet
STEP RESULT:
The terminated or crashed pods take 20 to 30 minutes to be restored to the normal state.
Enter the following command to verify whether all the components are working: