Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Idriss Neumann's avatar
Idriss authored
1c25d1db
History
Name Last commit Last update
ci
.gitignore
.gitlab-ci.yml
LICENSE
README.md
clean.sh

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>