Skip to content

Commit d954511

Browse files
authored
Merge pull request #31184 from CodingCanuck/patch-3
Fix kind delete cluster commands
2 parents 77ca45a + 90970b7 commit d954511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tutorials/security/cluster-level-pss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ following:
304304
305305
## Clean up
306306
307-
Run `kind delete cluster -name psa-with-cluster-pss` and
308-
`kind delete cluster -name psa-wo-cluster-pss` to delete the clusters you
307+
Run `kind delete cluster --name psa-with-cluster-pss` and
308+
`kind delete cluster --name psa-wo-cluster-pss` to delete the clusters you
309309
created.
310310
311311
## {{% heading "whatsnext" %}}

0 commit comments

Comments
 (0)