summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-11-15 08:54:29 -0800
committerGitHub <noreply@github.com>2016-11-15 08:54:29 -0800
commit5ee19a2f16dafe1e00a9a8e04c9b75fede576e65 (patch)
tree6ef654e8dc99d211e85ef1e4cccb4d61772a4e1c
parent4462ce959956209a6446cd586459b66615488d90 (diff)
parent676cabf17bab0b127113f1e35e359b73e9bb7d95 (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
-rw-r--r--e2e-node-tests.md4
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.