Delete Cluster

Delete the Kubernetes cluster and cleanup your environment

Delete the Kubernetes cluster and cleanup your environment

  1. Delete the provisioned Kubernetes cluster and wait a few minutes:

    dkp delete cluster --cluster-name=${CLUSTER_NAME}
    
  2. Delete the kind Kubernetes cluster:

    dkp delete bootstrap