Skip to content

Commit 89efbb8

Browse files
committed
[zh]update content/zh/docs/setup/best-practices/node-conformance.md
1 parent 079d993 commit 89efbb8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,13 @@ To run the node conformance test, perform the following steps:
6464
Because the test framework starts a local control plane to test the kubelet,
6565
use `http://localhost:8080` as the URL of the API server.
6666
There are some other kubelet command line parameters you may want to use:
67-
* `--pod-cidr`: If you are using `kubenet`, you should specify an arbitrary CIDR
68-
to Kubelet, for example `--pod-cidr=10.180.0.0/24`.
6967
* `--cloud-provider`: If you are using `--cloud-provider=gce`, you should
7068
remove the flag to run the test.
7169
-->
7270
1. 得出 kubelet 的 `--kubeconfig` 的值;例如:`--kubeconfig=/var/lib/kubelet/config.yaml`.
7371
由于测试框架启动了本地控制平面来测试 kubelet, 因此使用 `http://localhost:8080`
7472
作为API 服务器的 URL。
7573
一些其他的 kubelet 命令行参数可能会被用到:
76-
* `--pod-cidr`: 如果使用 `kubenet`, 需要为 Kubelet 任意指定一个 CIDR,
77-
例如 `--pod-cidr=10.180.0.0/24`
7874
* `--cloud-provider`: 如果使用 `--cloud-provider=gce`,需要移除这个参数
7975
来运行测试。
8076

0 commit comments

Comments
 (0)