×
Uninstall
Important
This information refers to the previous helm install method for the Obcerv Platform. If you are looking to install using the more streamlined Kubernetes Off-the-Shelf (KOTS) method, see the updated installation overview.
To uninstall an Obcerv instance, run:
helm uninstall <instance> -n <namespace>
This will remove all resources created by the operator except:
PersistentVolumeClaim
andPersistentVolume
resources.- All
Secret
resources.
These must be manually removed if desired.
Caution
If you delete any PVCs or secrets, critical data and settings will be lost.
Uninstalling Linkerd Copied
This command will delete the entire namespace, including PVCs and any other objects that are not part of the Linkerd installation.Caution
Do not run the following uninstall command as specified in Linkerd documentation:
You can disregard this step if you installed Linkerd in its own isolated namespace and you’re certain it is safe to delete that namespace.
linkerd uninstall | kubectl delete -f -
["Obcerv"]
["User Guide", "Technical Reference"]