From 22d833ea1545e8dd59211329498187841a6b6a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Tue, 18 Apr 2023 14:39:07 +0200 Subject: [PATCH] docs: updated Deleting your local Kind-powered Kubernetes cluster to use the UI (#2121) --- .../kubernetes/kind/deleting-your-kind-cluster.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/website/docs/kubernetes/kind/deleting-your-kind-cluster.md b/website/docs/kubernetes/kind/deleting-your-kind-cluster.md index 1e51d399b06..03c86d8ad89 100644 --- a/website/docs/kubernetes/kind/deleting-your-kind-cluster.md +++ b/website/docs/kubernetes/kind/deleting-your-kind-cluster.md @@ -10,13 +10,16 @@ tags: [migrating-to-kubernetes, kind] #### Prerequisites -* [You configured Podman](creating-a-kind-cluster.md). -* [You installed Kind](https://kind.sigs.k8s.io/). +- [You configured Podman](creating-a-kind-cluster.md). +- [You installed Kind](https://kind.sigs.k8s.io/). #### Procedure -* Delete the Kind cluster +1. Open **Settings > Resources**. +1. Find the Kind cluster to delete. +1. Click to stop the cluster. +1. Once the cluster is stopped, click to delete it. - ```shell-session - $ kind delete cluster - ``` +#### Verification + +1. In **Settings > Resources**, the deleted Kind cluster is not visible.