idrissneumann / clean-k8s-objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clean-k8s-objects

Remove finilizers and delete all the object related to a CRD in a given namespace

Requirements

Git repositories

Usages

./clean.sh -n <NAMESPACE> -c <CRD>

If you want to only delete the resource that begin with a prefix filter:

./clean.sh -n <NAMESPACE> -c <CRD> -f <FILTER>

About

License:Apache License 2.0


Languages

Language:Shell 100.0%