Correct some misrepresentations on Chinese pages

Correct some misrepresentations on Chinese pages

# 原始文件内容
原始文档上写的是:输入类似于 (Enter something like),但是者实际上是一个输出内容。
此错误在这个页面上不止一处,已经全部订正

```bash
输入类似于 -> 输出类似于
input -> output
```
This commit is contained in:
expoli
2022-01-09 15:40:57 +08:00
committed by GitHub
parent f6c5fa73d6
commit 4a2981a0d8
@@ -61,7 +61,7 @@ Install the following on your workstation:
kind create cluster --name psa-ns-level --image kindest/node:v1.23.0
```
<!-- The output is similar to this: -->
类似于:
类似于:
```
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
```
<!-- The output is similar to this: -->
类似于:
类似于:
```
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
```
<!-- Output is similar to this: -->
类似于:
类似于:
```
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/)
- [在集群级别应用 Pod 安全标准](/zh/docs/tutorials/security/cluster-level-pss/)