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
This commit is contained in:
@@ -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.
|
||||
|
@@ -341,7 +341,7 @@ $ROOT
|
||||
## Implementation Plan
|
||||
|
||||
The implementation plan is outlined in the next sections.
|
||||
We will have a 'cgroups-per-qos' flag to specify if the user wants to use the QoS based cgroup hierarchy. The flag would be set to false by default at least in v1.4.
|
||||
We will have a 'experimental-cgroups-per-qos' flag to specify if the user wants to use the QoS based cgroup hierarchy. The flag would be set to false by default at least in v1.5.
|
||||
|
||||
#### Top level Cgroups for QoS tiers
|
||||
|
||||
|
Reference in New Issue
Block a user