diff --git a/content/zh-cn/docs/tutorials/security/cluster-level-pss.md b/content/zh-cn/docs/tutorials/security/cluster-level-pss.md index fe6cf93174b..6fead0ce0e0 100644 --- a/content/zh-cn/docs/tutorials/security/cluster-level-pss.md +++ b/content/zh-cn/docs/tutorials/security/cluster-level-pss.md @@ -434,25 +434,6 @@ following: --> 7. 在 default 名字空间下创建一个 Pod: - ``` - cat < /tmp/pss/nginx-pod.yaml - apiVersion: v1 - kind: Pod - metadata: - name: nginx - spec: - containers: - - image: nginx - name: nginx - ports: - - containerPort: 80 - EOF - ``` - -8. 在集群中创建 Pod: - ```shell kubectl apply -f https://k8s.io/examples/security/example-baseline-pod.yaml ```