Merge pull request #33741 from my-git9/mygit28
[zh]adjust format in tasks/administer-clusterpull/33751/head
commit
e4a112819c
|
@ -81,7 +81,7 @@ To run the node conformance test, perform the following steps:
|
|||
2. 使用以下命令运行节点一致性测试:
|
||||
|
||||
```shell
|
||||
# $CONFIG_DIR 是您 Kubelet 的 pod manifest 路径。
|
||||
# $CONFIG_DIR 是你 Kubelet 的 pod manifest 路径。
|
||||
# $LOG_DIR 是测试的输出路径。
|
||||
sudo docker run -it --rm --privileged --net=host \
|
||||
-v /:/rootfs -v $CONFIG_DIR:$CONFIG_DIR -v $LOG_DIR:/var/result \
|
||||
|
@ -119,7 +119,7 @@ Kubernetes 也为其他硬件体系结构的系统提供了节点一致性测试
|
|||
<!--
|
||||
To run specific tests, overwrite the environment variable `FOCUS` with theregular expression of tests you want to run.
|
||||
-->
|
||||
要运行特定测试,请使用您希望运行的测试的特定表达式覆盖环境变量 `FOCUS`。
|
||||
要运行特定测试,请使用你希望运行的测试的特定表达式覆盖环境变量 `FOCUS`。
|
||||
|
||||
```shell
|
||||
sudo docker run -it --rm --privileged --net=host \
|
||||
|
@ -131,7 +131,7 @@ k8s.gcr.io/node-test:0.2
|
|||
<!--
|
||||
To skip specific tests, overwrite the environment variable `SKIP` with theregular expression of tests you want to skip.
|
||||
-->
|
||||
要跳过特定的测试,请使用您希望跳过的测试的常规表达式覆盖环境变量 `SKIP`。
|
||||
要跳过特定的测试,请使用你希望跳过的测试的常规表达式覆盖环境变量 `SKIP`。
|
||||
|
||||
<!--
|
||||
```shell
|
||||
|
|
|
@ -197,7 +197,7 @@ the DNS add-on may not be deployed by default in your current environment and yo
|
|||
will have to deploy it manually.
|
||||
-->
|
||||
如果你发现没有 CoreDNS Pod 在运行,或者该 Pod 的状态是 failed 或者 completed,
|
||||
那可能这个 DNS 插件在您当前的环境里并没有成功部署,你将需要手动去部署它。
|
||||
那可能这个 DNS 插件在你当前的环境里并没有成功部署,你将需要手动去部署它。
|
||||
|
||||
<!--
|
||||
### Check for Errors in the DNS pod
|
||||
|
|
|
@ -73,6 +73,6 @@ To get a local single-host Calico cluster in fifteen minutes using kubeadm, refe
|
|||
<!--
|
||||
Once your cluster is running, you can follow the [Declare Network Policy](/docs/tasks/administer-cluster/declare-network-policy/) to try out Kubernetes NetworkPolicy.
|
||||
-->
|
||||
集群运行后,您可以按照[声明网络策略](/zh/docs/tasks/administer-cluster/declare-network-policy/)
|
||||
集群运行后,你可以按照[声明网络策略](/zh/docs/tasks/administer-cluster/declare-network-policy/)
|
||||
去尝试使用 Kubernetes NetworkPolicy。
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ Your Kubernetes server must be at or later than version 1.17 to use
|
|||
the kubelet command line option `--reserved-cpus` to set an
|
||||
[explicitly reserved CPU list](#explicitly-reserved-cpu-list).
|
||||
-->
|
||||
您的 kubernetes 服务器版本必须至少是 1.17 版本,才能使用 kubelet
|
||||
你的 kubernetes 服务器版本必须至少是 1.17 版本,才能使用 kubelet
|
||||
命令行选项 `--reserved-cpus` 设置
|
||||
[显式预留 CPU 列表](#explicitly-reserved-cpu-list)。
|
||||
|
||||
|
|
Loading…
Reference in New Issue