Cluster information:
Kubernetes version: v1.20.4
Cloud being used: bare-metal
Installation method: kubeadm init
Host OS: Centos8
CNI and version: calico 3.18.1
CRI and version: docker 20.10.5
I create a pod and then shutdown the node which runs that pod, the “kubectl get pods” shows its status is “running”, why? Shouldn’t it be dead?
And sometimes it would change status to “terminating”, and keep that status.
Is there some how probe from master? and if so, what’s the timeout to change the status?
What’s the expected correct status?