pod and qos level cgroup support

This commit is contained in:
derekwaynecarr 2016-10-17 13:23:48 -04:00 committed by Derek Carr
parent 8a3536fe9b
commit 8ba3623424
1 changed files with 0 additions and 2 deletions

View File

@ -210,8 +210,6 @@ make test_e2e_node TEST_ARGS="--disable-kubenet=false" # disable kubenet
For testing with the QoS Cgroup Hierarchy enabled, you can pass --cgroups-per-qos flag as an argument into Ginkgo using TEST_ARGS
*Note: Disabled pending feature stabilization.*
```sh
make test_e2e_node TEST_ARGS="--cgroups-per-qos=true"
```