Skip to content

Commit e4a1128

Browse files
authored
Merge pull request #33741 from my-git9/mygit28
[zh]adjust format in tasks/administer-cluster
2 parents a88aed3 + f3e5a0f commit e4a1128

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/zh/docs/setup/best-practices/node-conformance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To run the node conformance test, perform the following steps:
8181
2. 使用以下命令运行节点一致性测试:
8282

8383
```shell
84-
# $CONFIG_DIR 是您 Kubelet 的 pod manifest 路径。
84+
# $CONFIG_DIR 是你 Kubelet 的 pod manifest 路径。
8585
# $LOG_DIR 是测试的输出路径。
8686
sudo docker run -it --rm --privileged --net=host \
8787
-v /:/rootfs -v $CONFIG_DIR:$CONFIG_DIR -v $LOG_DIR:/var/result \
@@ -119,7 +119,7 @@ Kubernetes 也为其他硬件体系结构的系统提供了节点一致性测试
119119
<!--
120120
To run specific tests, overwrite the environment variable `FOCUS` with theregular expression of tests you want to run.
121121
-->
122-
要运行特定测试,请使用您希望运行的测试的特定表达式覆盖环境变量 `FOCUS`
122+
要运行特定测试,请使用你希望运行的测试的特定表达式覆盖环境变量 `FOCUS`
123123

124124
```shell
125125
sudo docker run -it --rm --privileged --net=host \
@@ -131,7 +131,7 @@ k8s.gcr.io/node-test:0.2
131131
<!--
132132
To skip specific tests, overwrite the environment variable `SKIP` with theregular expression of tests you want to skip.
133133
-->
134-
要跳过特定的测试,请使用您希望跳过的测试的常规表达式覆盖环境变量 `SKIP`
134+
要跳过特定的测试,请使用你希望跳过的测试的常规表达式覆盖环境变量 `SKIP`
135135

136136
<!--
137137
```shell

content/zh/docs/tasks/administer-cluster/dns-debugging-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ the DNS add-on may not be deployed by default in your current environment and yo
197197
will have to deploy it manually.
198198
-->
199199
如果你发现没有 CoreDNS Pod 在运行,或者该 Pod 的状态是 failed 或者 completed,
200-
那可能这个 DNS 插件在您当前的环境里并没有成功部署,你将需要手动去部署它。
200+
那可能这个 DNS 插件在你当前的环境里并没有成功部署,你将需要手动去部署它。
201201

202202
<!--
203203
### Check for Errors in the DNS pod

content/zh/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ To get a local single-host Calico cluster in fifteen minutes using kubeadm, refe
7373
<!--
7474
Once your cluster is running, you can follow the [Declare Network Policy](/docs/tasks/administer-cluster/declare-network-policy/) to try out Kubernetes NetworkPolicy.
7575
-->
76-
集群运行后,您可以按照[声明网络策略](/zh/docs/tasks/administer-cluster/declare-network-policy/)
76+
集群运行后,你可以按照[声明网络策略](/zh/docs/tasks/administer-cluster/declare-network-policy/)
7777
去尝试使用 Kubernetes NetworkPolicy。
7878

content/zh/docs/tasks/administer-cluster/reserve-compute-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Your Kubernetes server must be at or later than version 1.17 to use
4646
the kubelet command line option `--reserved-cpus` to set an
4747
[explicitly reserved CPU list](#explicitly-reserved-cpu-list).
4848
-->
49-
您的 kubernetes 服务器版本必须至少是 1.17 版本,才能使用 kubelet
49+
你的 kubernetes 服务器版本必须至少是 1.17 版本,才能使用 kubelet
5050
命令行选项 `--reserved-cpus` 设置
5151
[显式预留 CPU 列表](#explicitly-reserved-cpu-list)
5252

0 commit comments

Comments
 (0)