From 4a2981a0d84d4c2fdd87513b64ed5b9a399e97d8 Mon Sep 17 00:00:00 2001 From: expoli <31023767+expoli@users.noreply.github.com> Date: Sun, 9 Jan 2022 15:40:57 +0800 Subject: [PATCH] Correct some misrepresentations on Chinese pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct some misrepresentations on Chinese pages # 原始文件内容 原始文档上写的是:输入类似于 (Enter something like),但是者实际上是一个输出内容。 此错误在这个页面上不止一处,已经全部订正 ```bash 输入类似于 -> 输出类似于 input -> output ``` --- content/zh/docs/tutorials/security/ns-level-pss.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/zh/docs/tutorials/security/ns-level-pss.md b/content/zh/docs/tutorials/security/ns-level-pss.md index a141edfb3a..5b579dfc28 100644 --- a/content/zh/docs/tutorials/security/ns-level-pss.md +++ b/content/zh/docs/tutorials/security/ns-level-pss.md @@ -61,7 +61,7 @@ Install the following on your workstation: kind create cluster --name psa-ns-level --image kindest/node:v1.23.0 ``` - 输入类似于: + 输出类似于: ``` Creating cluster "psa-ns-level" ... ✓ Ensuring node image (kindest/node:v1.23.0) 🖼 @@ -84,7 +84,7 @@ Install the following on your workstation: kubectl cluster-info --context kind-psa-ns-level ``` - 输入类似于: + 输出类似于: ``` Kubernetes control plane is running at https://127.0.0.1:50996 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 kubectl apply -n default -f /tmp/pss/nginx-pod.yaml ``` - 输入类似于: + 输出类似于: ``` pod/nginx created ``` @@ -240,4 +240,4 @@ Run `kind delete cluster -name psa-ns-level` to delete the cluster created. 4. 创建一个应用以下 Pod 安全标准的新 Pod - [Pod 安全准入](/zh/docs/concepts/security/pod-security-admission/) - [Pod 安全标准](/zh/docs/concepts/security/pod-security-standards/) -- [在集群级别应用 Pod 安全标准](/zh/docs/tutorials/security/cluster-level-pss/) \ No newline at end of file +- [在集群级别应用 Pod 安全标准](/zh/docs/tutorials/security/cluster-level-pss/)