/clean-k8s-objects

Primary LanguageShellApache License 2.0Apache-2.0

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>