/
Kube Pods stay in the terminating state
Kube Pods stay in the terminating state
Problem
Kubernetes pods in Kube-system namespace go from running state to terminating state.
Cause
The problem could be due to due to a network issue.
Fix
Run the below given command to restart/delete pods. Please note that replacement pods will spawn automatically.
# kubectl delete pods kube-proxy-p4rwg --namespace=kube-system --grace-period=0 --force
, multiple selections available,
Related content
Kubernetes Pod status Pending
Kubernetes Pod status Pending
More like this
Knowledge Base
Knowledge Base
More like this
Kubernets Issues
Kubernets Issues
More like this
Steps to be followed when Kubernetes pod/containers not reachable to internet
Steps to be followed when Kubernetes pod/containers not reachable to internet
More like this
Unable to list Kube related resources
Unable to list Kube related resources
More like this
Kubernetes Master goes to not reachable state
Kubernetes Master goes to not reachable state
More like this