Terminate a cluster
The Mission Control operators manage or reconcile DataStax Enterprise (DSE) and DataStax Enterprise (DSE) clusters. Terminating a cluster is a straightforward and simple task.
Prerequisites
-
A prepared environment on either bare-metal/VM or an existing Kubernetes cluster.
Terminate a DSE cluster
Terminate a DSE cluster with the kubectl delete missioncontrolcluster cluster-name
command.
This command deletes the associated MissionControlCluster
object and Mission Control automatically handle cleanup of associated resources across Data Planes
.
In the case where multiple data plane clusters have DSE nodes that cannot communicate with each other, the deletion operation continues.
However, in the case where the |
Terminate with a MissionControlCluster Custom Resource
kubectl delete -f my-cluster.dsecluster.yaml
Terminate with a Given Cluster Name
kubectl delete dsecluster my-cluster
To retain the Persistent Volume (PV) after the MissionControlCluster is deleted, use a |