Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 707 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 707 Bytes

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>