oc delete crds $(oc get crds | grep trilio | awk '{print $1}')
from OpenShift CLItriliovault-manager
helm release will be uninstalled.kubectl delete tvm triliovault-manager --namespace <TVK-installation-namespace>
triliovault-manager
gets stuck then on another terminal, edit the TVM CR, remove the finalizer
section and save it.kubectl edit tvm triliovault-manager --namespace <TVK-installation-namespace>
finalizers:
- uninstall-helm-release
helm uninstall triliovault-operator --namespace <TVK-installation-namespace>
kubectl delete crds $(oc get crds | grep trilio | awk '{print $1}')