Skip to main content
Deleting the Helm release does not remove the Kubernetes integration from the Plerion Control Plane.
If you remove the Kubernetes integration from the Plerion Control Plane, you must also delete the collector manager from your Kubernetes cluster.

Steps to uninstall

1

Delete the Helm release

Run the following command to uninstall the collector manager:
helm delete plerion-collector-manager --namespace plerion-system
Example output:
release "plerion-collector-manager" uninstalled
2

Reinstall if needed

If you plan to install the collector manager again, follow the installation guide.
I