OpenUnison / openunison-k8s

Access portal for Kubernetes
Apache License 2.0
93 stars 5 forks source link

How do you uninstall #76

Closed orefalo closed 1 year ago

orefalo commented 1 year ago

How do you uninstall unison?

Typically, I would expect all resources, pods, ingress, secrets .. anything that was deployed by ouctl to be removed. even if they were in an inconsistent state.

mlbiam commented 1 year ago

this will clean everything out:

helm delete orchestra-login-portal -n openunison;helm delete orchestra -n openunison;helm delete openunison -n openunison;k delete ns openunison;

orefalo commented 1 year ago

I see, manually ;-)

If I take the ouctl philosophy, maybe this should be added as a ouctl destroy ;-/