Skip to content

Commit 4a2981a

Browse files
authored
Correct some misrepresentations on Chinese pages
Correct some misrepresentations on Chinese pages # 原始文件内容 原始文档上写的是:输入类似于 (Enter something like),但是者实际上是一个输出内容。 此错误在这个页面上不止一处,已经全部订正 ```bash 输入类似于 -> 输出类似于 input -> output ```
1 parent f6c5fa7 commit 4a2981a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Install the following on your workstation:
6161
kind create cluster --name psa-ns-level --image kindest/node:v1.23.0
6262
```
6363
<!-- The output is similar to this: -->
64-
输入类似于
64+
输出类似于
6565
```
6666
Creating cluster "psa-ns-level" ...
6767
✓ Ensuring node image (kindest/node:v1.23.0) 🖼
@@ -84,7 +84,7 @@ Install the following on your workstation:
8484
kubectl cluster-info --context kind-psa-ns-level
8585
```
8686
<!-- The output is similar to this: -->
87-
输入类似于
87+
输出类似于
8888
```
8989
Kubernetes control plane is running at https://127.0.0.1:50996
9090
CoreDNS is running at https://127.0.0.1:50996/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
@@ -194,7 +194,7 @@ namespace/example created
194194
kubectl apply -n default -f /tmp/pss/nginx-pod.yaml
195195
```
196196
<!-- Output is similar to this: -->
197-
输入类似于
197+
输出类似于
198198
```
199199
pod/nginx created
200200
```
@@ -240,4 +240,4 @@ Run `kind delete cluster -name psa-ns-level` to delete the cluster created.
240240
4. 创建一个应用以下 Pod 安全标准的新 Pod
241241
- [Pod 安全准入](/zh/docs/concepts/security/pod-security-admission/)
242242
- [Pod 安全标准](/zh/docs/concepts/security/pod-security-standards/)
243-
- [在集群级别应用 Pod 安全标准](/zh/docs/tutorials/security/cluster-level-pss/)
243+
- [在集群级别应用 Pod 安全标准](/zh/docs/tutorials/security/cluster-level-pss/)

0 commit comments

Comments
 (0)