Correct some misrepresentations on Chinese pages
Correct some misrepresentations on Chinese pages # 原始文件内容 原始文档上写的是:输入类似于 (Enter something like),但是者实际上是一个输出内容。 此错误在这个页面上不止一处,已经全部订正 ```bash 输入类似于 -> 输出类似于 input -> output ```
This commit is contained in:
@@ -61,7 +61,7 @@ Install the following on your workstation:
|
|||||||
kind create cluster --name psa-ns-level --image kindest/node:v1.23.0
|
kind create cluster --name psa-ns-level --image kindest/node:v1.23.0
|
||||||
```
|
```
|
||||||
<!-- The output is similar to this: -->
|
<!-- The output is similar to this: -->
|
||||||
输入类似于:
|
输出类似于:
|
||||||
```
|
```
|
||||||
Creating cluster "psa-ns-level" ...
|
Creating cluster "psa-ns-level" ...
|
||||||
✓ Ensuring node image (kindest/node:v1.23.0) 🖼
|
✓ 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
|
kubectl cluster-info --context kind-psa-ns-level
|
||||||
```
|
```
|
||||||
<!-- The output is similar to this: -->
|
<!-- The output is similar to this: -->
|
||||||
输入类似于:
|
输出类似于:
|
||||||
```
|
```
|
||||||
Kubernetes control plane is running at https://127.0.0.1:50996
|
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
|
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
|
kubectl apply -n default -f /tmp/pss/nginx-pod.yaml
|
||||||
```
|
```
|
||||||
<!-- Output is similar to this: -->
|
<!-- Output is similar to this: -->
|
||||||
输入类似于:
|
输出类似于:
|
||||||
```
|
```
|
||||||
pod/nginx created
|
pod/nginx created
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user