17477/pod-status-terminating-kubernentes
I was trying to delete a replication controller with 15 pods and few of the pods got stuck at terminating status.
NAME READY STATUS RESTARTS AGE pod-186o2 1/1 Terminating 0 2h pod-4b6qc 1/1 Terminating 0 2h pod-8xl86 1/1 Terminating 0 1h pod-d6htc 1/1 Terminating 0 1h pod-vlzov 1/1 Terminating 0 1h
whats the issue?
Force delete the pod:
kubectl delete pod --grace-period=0 --force --namespace <NAMESPACE> <PODNAME>
Delete the finalizers block from resource (pod,deployment,ds etc...) yaml:
"finalizers": [ "foregroundDeletion" ]
It’s not able to schedule anything because ...READ MORE
I learned this the hard way, but ...READ MORE
I had the same issue, struggled for days. ...READ MORE
The issue caused by the docker container ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
I was having the same issue. In the ...READ MORE
I’m not very sure of this error. ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.