Fix kind delete cluster commands

The name flag requires two leading dashes, not one.
pull/31184/head
Alex McCarthy 2022-01-03 07:17:52 -10:00 committed by GitHub
parent 0de2680607
commit 90970b7b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -304,8 +304,8 @@ following:
## Clean up ## Clean up
Run `kind delete cluster -name psa-with-cluster-pss` and Run `kind delete cluster --name psa-with-cluster-pss` and
`kind delete cluster -name psa-wo-cluster-pss` to delete the clusters you `kind delete cluster --name psa-wo-cluster-pss` to delete the clusters you
created. created.
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}