This is a prerelease version.

View latest

Remove a cluster and uninstall Operator

This topic explains how to remove a Hazelcast cluster and uninstall Operator.

  1. Delete the Hazelcast cluster and license key secret:

  • Kubernetes

  • Openshift

kubectl delete -f hazelcast-enterprise.yaml
kubectl delete secret hazelcast-license-key
oc delete -f hazelcast-enterprise.yaml
oc delete secret hazelcast-license-key
  1. Uninstall Operator:

helm uninstall operator
  1. If you installed the CRDs separately from Operator, you must remove them separately:

helm uninstall operator-crds