- Kubernetes:A Complete DevOps Cookbook
- Murat Karslioglu
- 33字
- 2025-04-04 13:20:38
Deleting your cluster
To delete your cluster, use the following command:
$ kops delete cluster --name ${KOPS_CLUSTER_NAME} --yes
This process may take a few minutes and, when finished, you will get a confirmation.