micnncim / kubectl-reap

kubectl plugin that deletes unused Kubernetes resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stop not Running pods by scale deployment

cloud-66 opened this issue · comments

commented

what is the purpose of removing pods?
Do they have to start successful after deletion ?
If pod in pending waiting some resource, it won't help it
if pod in CrashLoopBackOff status , it won't help it

What do you think about to add scaling deployment of such notworking pods to 0 ?