diff options
| author | mdshuai <dma@redhat.com> | 2016-11-15 15:03:56 +0800 |
|---|---|---|
| committer | mdshuai <dma@redhat.com> | 2016-11-15 15:55:47 +0800 |
| commit | 676cabf17bab0b127113f1e35e359b73e9bb7d95 (patch) | |
| tree | 80a92d0b73157e236aa9ca71c4de0bdc2f77e04e /e2e-node-tests.md | |
| parent | 76480357f53da80b60595ea3365c692e90953e0e (diff) | |
[kubelet]update --cgroups-per-qos to --experimental-cgroups-per-qos
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. |
