[kubelet]update --cgroups-per-qos to --experimental-cgroups-per-qos
This commit is contained in:
parent
76480357f5
commit
676cabf17b
|
|
@ -208,10 +208,10 @@ make test_e2e_node TEST_ARGS="--disable-kubenet=false" # disable kubenet
|
||||||
|
|
||||||
## Additional QoS Cgroups Hierarchy level testing
|
## 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
|
```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.
|
# Notes on tests run by the Kubernetes project during pre-, post- submit.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue