mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 02:08:24 +00:00
docs: updated Deleting your local Kind-powered Kubernetes cluster to use the UI (#2121)
This commit is contained in:
parent
5355012294
commit
22d833ea15
1 changed files with 9 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue