Uninstall
This section describes how to uninstall Trilio for Kubernetes
Last updated
Was this helpful?
This section describes how to uninstall Trilio for Kubernetes
Last updated
Was this helpful?
Uninstalling the Trilio for Kubernetes application is extremely simple and can be done directly from the OpenShift user interface.
After successful uninstall the Trilio application will not be available.
Do not forget to delete the Trilio CRDs from the CRD page of OpenShift.
Or run oc delete crds $(oc get crds | grep trilio | awk '{print $1}')
from OpenShift CLI
Use the following steps to uninstall Trilio for Kubernetes on all other certified Kubernetes distributions where Trilio operator was installed via Helm.
Delete all triliovaultmanager custom resources (CR's) created, so that all related controller pods are deleted.
Run kubectl delete crds $(kubectl get crds | grep trilio | awk '{print $1}')
This will cleanup all the CRD's created by Trilio for Kubernetes.
The application is now uninstalled and you can install a newer version.
Run helm uninstall <operator-name>
where operator-name is the name you provided during time.