Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2646 from stmcginnis/delete-nonexi…
Browse files Browse the repository at this point in the history
…stent

Add note to quick start about idempotent deletes
  • Loading branch information
BenTheElder authored Mar 4, 2022
2 parents aa2717f + c085ec1 commit 21d6d4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/content/docs/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ kind delete cluster
If the flag `--name` is not specified, kind will use the default cluster
context name `kind` and delete that cluster.

> **Note**: By design, requesting to delete a cluster that does not exist
> will not return an error. This is intentional and is a means to have an
> idempotent way of cleaning up resources.
## Loading an Image Into Your Cluster

Docker images can be loaded into your cluster nodes with:
Expand Down

0 comments on commit 21d6d4d

Please sign in to comment.