Skip to content

Commit ce40d8d

Browse files
authored
Merge pull request #24538 from Cweiping/feature/fix_node-conformance_apiserver_adress_error
fix node-conformance apiserver adress flag error
2 parents a0803db + e245787 commit ce40d8d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ daemons installed:
2525
## Running Node Conformance Test
2626

2727
To run the node conformance test, perform the following steps:
28-
29-
1. Point your Kubelet to localhost `--api-servers="http://localhost:8080"`,
30-
because the test framework starts a local master to test Kubelet. There are some
31-
other Kubelet flags you may care:
28+
1. Work out the value of the `--kubeconfig` option for the kubelet; for example:
29+
`--kubeconfig=/var/lib/kubelet/config.yaml`.
30+
Because the test framework starts a local control plane to test the kubelet,
31+
use `http://localhost:8080` as the URL of the API server.
32+
There are some other kubelet command line parameters you may want to use:
3233
* `--pod-cidr`: If you are using `kubenet`, you should specify an arbitrary CIDR
3334
to Kubelet, for example `--pod-cidr=10.180.0.0/24`.
3435
* `--cloud-provider`: If you are using `--cloud-provider=gce`, you should

0 commit comments

Comments
 (0)