Removed kubenet reference

This commit is contained in:
Manish Kumar
2022-02-09 01:08:17 +05:30
parent 31a1f5b94e
commit 7fc89637f3
4 changed files with 9 additions and 38 deletions
@@ -30,8 +30,8 @@ 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`.
* `--pod-cidr`: The CIDR to use for pod IP addresses, only used in standalone mode.
In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536. 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.