Delete the Kubernetes cluster and cleanup your environment

Follow these steps:

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

    dkp delete cluster --cluster-name=${CLUSTER_NAME}
    CODE

  2. Delete the kind Kubernetes cluster:

    dkp delete bootstrap
    CODE