summaryrefslogtreecommitdiff
path: root/e2e-node-tests.md
diff options
context:
space:
mode:
authorBuddha Prakash <buddhap@google.com>2016-06-27 11:46:20 -0700
committerBuddha Prakash <buddhap@google.com>2016-07-15 10:02:22 -0700
commitbfcd7225a5b8ea9eb717c416089d4538e2802ba9 (patch)
tree0e90400a36aea79f9e189a8e306de34ee1010646 /e2e-node-tests.md
parentc7c8656f2fee1cc86baa73d4a65ae4ea6611e3f2 (diff)
Inject top level QoS cgroup creation in the Kubelet
Diffstat (limited to 'e2e-node-tests.md')
-rw-r--r--e2e-node-tests.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/e2e-node-tests.md b/e2e-node-tests.md
index f4713855..6ba390ed 100644
--- a/e2e-node-tests.md
+++ b/e2e-node-tests.md
@@ -205,6 +205,14 @@ less useful for catching flakes related creating the instance from an image.**
make test-e2e-node REMOTE=true RUN_UNTIL_FAILURE=true
```
+## 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
+
+```sh
+make test_e2e_node TEST_ARGS="--cgroups-per-qos=true"
+```
+
# Notes on tests run by the Kubernetes project during pre-, post- submit.
The node e2e tests are run by the PR builder for each Pull Request and the results published at