Skip to content

Commit 200f5f5

Browse files
committed
[zh] Update cluster-level-pass.md
Signed-off-by: xin.li <[email protected]>
1 parent 8b78312 commit 200f5f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod Security admission (PSA) is enabled by default in v1.23 and later, as it has
1919
[graduated to beta](/blog/2021/12/09/pod-security-admission-beta/).
2020
Pod Security
2121
is an admission controller that carries out checks against the Kubernetes
22-
[Pod Security Standards](docs/concepts/security/pod-security-standards/) when new pods are
22+
[Pod Security Standards](/docs/concepts/security/pod-security-standards/) when new pods are
2323
created. This tutorial shows you how to enforce the `baseline` Pod Security
2424
Standard at the cluster level which applies a standard configuration
2525
to all namespaces in a cluster.
@@ -406,14 +406,14 @@ following:
406406
<!--
407407
## Clean up
408408
409-
Run `kind delete cluster -name psa-with-cluster-pss` and
410-
`kind delete cluster -name psa-wo-cluster-pss` to delete the clusters you
409+
Run `kind delete cluster --name psa-with-cluster-pss` and
410+
`kind delete cluster --name psa-wo-cluster-pss` to delete the clusters you
411411
created.
412412
-->
413413
## 清理 {#clean-up}
414414

415-
运行 `kind delete cluster -name psa-with-cluster-pss`
416-
`kind delete cluster -name psa-wo-cluster-pss` 来删除你创建的集群。
415+
运行 `kind delete cluster --name psa-with-cluster-pss`
416+
`kind delete cluster --name psa-wo-cluster-pss` 来删除你创建的集群。
417417

418418
## {{% heading "whatsnext" %}}
419419

0 commit comments

Comments
 (0)