File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
content/en/docs/setup/best-practices Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ daemons installed:
25
25
## Running Node Conformance Test
26
26
27
27
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:
32
33
* ` --pod-cidr ` : If you are using ` kubenet ` , you should specify an arbitrary CIDR
33
34
to Kubelet, for example ` --pod-cidr=10.180.0.0/24 ` .
34
35
* ` --cloud-provider ` : If you are using ` --cloud-provider=gce ` , you should
You can’t perform that action at this time.
0 commit comments