Pod status terminating-Kubernentes

0 votes

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?

Aug 29, 2018 in Kubernetes by lina
• 8,220 points
602 views

2 answers to this question.

0 votes

Force delete the pod:

kubectl delete pod --grace-period=0 --force --namespace <NAMESPACE> <PODNAME>
answered Aug 29, 2018 by Kalgi
• 52,360 points
0 votes

Delete the finalizers block from resource (pod,deployment,ds etc...) yaml:

"finalizers": [
  "foregroundDeletion"
]
answered Aug 29, 2018 by Hannah
• 18,570 points

Related Questions In Kubernetes

0 votes
1 answer

Dashboard Pod status pending

It’s not able to schedule anything because ...READ MORE

answered Sep 25, 2018 in Kubernetes by Kalgi
• 52,360 points
6,668 views
+2 votes
4 answers

Kubernetes cluster pod status EVICTED

I learned this the hard way, but ...READ MORE

answered Jan 22, 2019 in Kubernetes by Lyndon
27,384 views
0 votes
3 answers

Kubernetes dashboard status-CrashLoopBackOff

I had the same issue, struggled for days. ...READ MORE

answered Apr 24, 2019 in Kubernetes by Bebo
8,687 views
0 votes
1 answer

Kubernetes error syncing pod

The issue caused by the docker container ...READ MORE

answered Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
3,505 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,610 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 6,094 views
0 votes
1 answer

Pod status not ready always - kubernetes

I was having the same issue. In the ...READ MORE

answered Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
3,384 views
0 votes
1 answer

Pod Status containerCreating

I’m not very sure of this error. ...READ MORE

answered Sep 25, 2018 in Kubernetes by Kalgi
• 52,360 points
3,903 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP