docs: updated Deleting your local Kind-powered Kubernetes cluster to use the UI (#2121)

This commit is contained in:
Fabrice Flore-Thébault 2023-04-18 14:39:07 +02:00 committed by GitHub
parent 5355012294
commit 22d833ea15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <icon icon="fa-solid fa-stop" size="lg" /> to stop the cluster.
1. Once the cluster is stopped, click <icon icon="fa-solid fa-trash" size="lg" /> to delete it.
```shell-session
$ kind delete cluster
```
#### Verification
1. In **Settings > Resources**, the deleted Kind cluster is not visible.