Disable cgroups-per-qos flag until implementation is stabilized
This commit is contained in:
parent
b16f0e125d
commit
dfea332d50
|
|
@ -242,6 +242,8 @@ 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
|
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
|
```sh
|
||||||
make test_e2e_node TEST_ARGS="--cgroups-per-qos=true"
|
make test_e2e_node TEST_ARGS="--cgroups-per-qos=true"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue