kubectl-terminate icon indicating copy to clipboard operation
kubectl-terminate copied to clipboard

terminate namespaces with pending resources

Open xcoulon opened this issue 5 years ago • 1 comments

Instead of having to check a namespace in Terminating phase to find out which resources are causin troubles, the kubectl-terminate could do it for us, if the Go client is able to get all resources (not only pods, deployments, etc.) that belong to a namespace. Then it would only be a matter of removing the finalizers on these child resources and delete them afterwards.

xcoulon avatar Feb 16 '20 18:02 xcoulon

Might be useful? https://github.com/ibuildthecloud/finalizers

zulh-civo avatar Nov 30 '23 02:11 zulh-civo