diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2016-11-15 08:54:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-15 08:54:29 -0800 |
| commit | 5ee19a2f16dafe1e00a9a8e04c9b75fede576e65 (patch) | |
| tree | 6ef654e8dc99d211e85ef1e4cccb4d61772a4e1c /e2e-node-tests.md | |
| parent | 4462ce959956209a6446cd586459b66615488d90 (diff) | |
| parent | 676cabf17bab0b127113f1e35e359b73e9bb7d95 (diff) | |
Merge pull request #36800 from mdshuai/update-cgroups-per-qos
Automatic merge from submit-queue
[kubelet]update some --cgroups-per-qos to --experimental-cgroups-per-qos
Follow https://github.com/kubernetes/kubernetes/pull/36767, there are some fields still need update in docs or hack/local-up-cluster.sh
Diffstat (limited to 'e2e-node-tests.md')
| -rw-r--r-- | e2e-node-tests.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e2e-node-tests.md b/e2e-node-tests.md index 78113440..5e5f5b49 100644 --- a/e2e-node-tests.md +++ b/e2e-node-tests.md @@ -208,10 +208,10 @@ make test_e2e_node TEST_ARGS="--disable-kubenet=false" # disable kubenet ## Additional QoS Cgroups Hierarchy level testing -For testing with the QoS Cgroup Hierarchy enabled, you can pass --cgroups-per-qos flag as an argument into Ginkgo using TEST_ARGS +For testing with the QoS Cgroup Hierarchy enabled, you can pass --experimental-cgroups-per-qos flag as an argument into Ginkgo using TEST_ARGS ```sh -make test_e2e_node TEST_ARGS="--cgroups-per-qos=true" +make test_e2e_node TEST_ARGS="--experimental-cgroups-per-qos=true" ``` # Notes on tests run by the Kubernetes project during pre-, post- submit. |
