This topic explains how to remove a Hazelcast cluster and uninstall Operator.
-
Delete the Hazelcast cluster and license key secret:
kubectl delete -f hazelcast-enterprise.yaml
kubectl delete secret hazelcast-license-key
oc delete -f hazelcast-enterprise.yaml
oc delete secret hazelcast-license-key
-
Uninstall Operator:
helm uninstall operator
-
If you installed the CRDs separately from Operator, you must remove them separately:
helm uninstall operator-crds