diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2016-08-19 21:06:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-19 21:06:48 -0700 |
| commit | 85bdebbbc597b75192aa348f7b591046bb83a014 (patch) | |
| tree | 271e20e8884c7ba31a493754cbe156c6398566b3 /e2e-node-tests.md | |
| parent | c622a0863d96cb407d1013c85d19803462a24fe2 (diff) | |
| parent | dfea332d506cbb3181b490715d1150e518ccf59b (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.md | 2 |
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" ``` |
