Merge pull request #31184 from CodingCanuck/patch-3
Fix kind delete cluster commandspull/31202/head
commit
d9545116cd
|
@ -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" %}}
|
||||||
|
|
Loading…
Reference in New Issue