lwolf / kube-cleanup-operator

Kubernetes Operator to automatically delete completed Jobs and their Pods
MIT License
498 stars 109 forks source link

Request for deleting pods stuck terminating #78

Open echel0n opened 2 years ago

echel0n commented 2 years ago

Would it be possible to add the feature to delete pods that are stuck in a terminating state?

Thanks!

reddymh commented 2 years ago

@echel0n ,

I have done code changes for the pod(s) stuck in terminating state by age. I just asked team whether I can raise a PR change for this and including other scenarios as well.

https://github.com/lwolf/kube-cleanup-operator/issues/88

Thanks, Raj