We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc210ba + 44d5651 commit 59e5feeCopy full SHA for 59e5fee
content/zh-cn/docs/tutorials/security/cluster-level-pss.md
@@ -434,25 +434,6 @@ following:
434
-->
435
7. 在 default 名字空间下创建一个 Pod:
436
437
- ```
438
- cat <<EOF > /tmp/pss/nginx-pod.yaml
439
- apiVersion: v1
440
- kind: Pod
441
- metadata:
442
- name: nginx
443
- spec:
444
- containers:
445
- - image: nginx
446
447
- ports:
448
- - containerPort: 80
449
- EOF
450
451
-<!--
452
-1. Create the Pod in the cluster:
453
--->
454
-8. 在集群中创建 Pod:
455
-
456
```shell
457
kubectl apply -f https://k8s.io/examples/security/example-baseline-pod.yaml
458
```
0 commit comments