Uninstall the Pulsar Operators deployed using the Helm chart
Run the following command to uninstall the Pulsar Operators. You can use the helm list -n <k8s-namespace> command to find the release you want to delete.
Copy
Ask AI
helm uninstall <release-name> -n <k8s-namespace>
Delete the Custom Resource Definitions (CRDs) of Pulsar. Helm does not uninstall CRDs when you run the helm delete command. Therefore, you need to manually remove them.
Uninstall the Pulsar Operators deployed using the OLM
Delete the Subscriptions created by the OLM.
Subscriptions are used to subscribe to the latest version of an operator. By deleting the Subscriptions associated with the Pulsar Operators, you let the OLM know that you no longer want new versions of the Pulsar Operators to be installed.