diff --git a/contributors/devel/e2e-node-tests.md b/contributors/devel/e2e-node-tests.md index 8bbf2dd70..734b190d8 100644 --- a/contributors/devel/e2e-node-tests.md +++ b/contributors/devel/e2e-node-tests.md @@ -210,10 +210,10 @@ make test-e2e-node TEST_ARGS='--kubelet-flags="--network-plugin= --network-plugi ## Additional QoS Cgroups Hierarchy level testing -For testing with the QoS Cgroup Hierarchy enabled, you can pass --experimental-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 ```sh -make test_e2e_node TEST_ARGS="--experimental-cgroups-per-qos=true" +make test_e2e_node TEST_ARGS="--cgroups-per-qos=true" ``` # Notes on tests run by the Kubernetes project during pre-, post- submit.