Skip to content

tremes/kubectl-finalizers

Repository files navigation

kubectl-finalizers

kubectl-finalizers identifies Kubernetes resources that are pending deletion (non-nil deletion timestamp and non-empty finalizers) and patches them to remove the finalizer values.

Demo

Look at the short demonstration:

Demo

How to use

./bin/finalizers

It looks for all the namespaced pending resources in the current namespace.

./bin/finalizers --namespace test

It looks for all the namespaced pending resources in the test namespace.

./bin/finalizers --clusterscoped

It looks for all the clusterscoped pending resources.

About

A kubectl plugin for discovering and fixing resources blocked by pending finalizers.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors