summaryrefslogtreecommitdiff
path: root/e2e-node-tests.md
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-08-19 21:06:48 -0700
committerGitHub <noreply@github.com>2016-08-19 21:06:48 -0700
commit85bdebbbc597b75192aa348f7b591046bb83a014 (patch)
tree271e20e8884c7ba31a493754cbe156c6398566b3 /e2e-node-tests.md
parentc622a0863d96cb407d1013c85d19803462a24fe2 (diff)
parentdfea332d506cbb3181b490715d1150e518ccf59b (diff)
Merge pull request #30475 from derekwaynecarr/pod-cgroup
Automatic merge from submit-queue Unblock iterative development on pod-level cgroups In order to allow forward progress on this feature, it takes the commits from #28017 #29049 and then it globally disables the flag that allows these features to be exercised in the kubelet. The flag can be re-added to the kubelet when its actually ready. /cc @vishh @dubstack @kubernetes/rh-cluster-infra
Diffstat (limited to 'e2e-node-tests.md')
-rw-r--r--e2e-node-tests.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/e2e-node-tests.md b/e2e-node-tests.md
index 3feaf761..44bd5f0c 100644
--- a/e2e-node-tests.md
+++ b/e2e-node-tests.md
@@ -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
+*Note: Disabled pending feature stabilization.*
+
```sh
make test_e2e_node TEST_ARGS="--cgroups-per-qos=true"
```