Merge pull request #33555 from wlp1153468871/wlp07018

[zh]update content/zh/docs/setup/best-practices/node-conformance.md
pull/33567/head
Kubernetes Prow Robot 2022-05-09 00:03:18 -07:00 committed by GitHub
commit 24fd47ca04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -64,8 +64,6 @@ To run the node conformance test, perform the following steps:
Because the test framework starts a local control plane to test the kubelet,
use `http://localhost:8080` as the URL of the API server.
There are some other kubelet command line parameters you may want to use:
* `--pod-cidr`: If you are using `kubenet`, you should specify an arbitrary CIDR
to Kubelet, for example `--pod-cidr=10.180.0.0/24`.
* `--cloud-provider`: If you are using `--cloud-provider=gce`, you should
remove the flag to run the test.
-->
@ -73,8 +71,6 @@ To run the node conformance test, perform the following steps:
由于测试框架启动了本地控制平面来测试 kubelet 因此使用 `http://localhost:8080`
作为API 服务器的 URL。
一些其他的 kubelet 命令行参数可能会被用到:
* `--pod-cidr` 如果使用 `kubenet` 需要为 Kubelet 任意指定一个 CIDR
例如 `--pod-cidr=10.180.0.0/24`
* `--cloud-provider` 如果使用 `--cloud-provider=gce`,需要移除这个参数
来运行测试。