Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: v1.25.0
Cloud being used: (put bare-metal if not on a public cloud)
Installation method: kubeadm
Host OS: centos7

After reboot the kubernetes node, I see the pod status is “Completed”, and the description info is
like the snapshot


According the docs, I learned that kubelet will evict the pod when config the “shutdownGracePeriod”. My question is why pod status is Completed by ‘kubectl get pods’, and why relevant replicaset dosenot cleanup the Completed pods after the nodes resumed.