kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.18k stars 103 forks source link

Add `kudo init --uninstall` or similar to remove KUDO from a cluster #1655

Open ANeumann82 opened 4 years ago

ANeumann82 commented 4 years ago

What would you like to be added: Currently, we uninstall KUDO by running kudo init --update --dry-run --output yaml | kubectl delete -f - which is a lot.

I propose an explicit command to uninstall KUDO, for example kudo init --uninstall ( Other ideas for the exact command are welcome)

Why is this needed: This allows: