diff options
| author | yanxuean <yan.xuean@zte.com.cn> | 2017-10-30 22:49:37 +0800 |
|---|---|---|
| committer | yanxuean <yan.xuean@zte.com.cn> | 2017-10-30 22:49:37 +0800 |
| commit | 8a23742b3546c0ff4fff50e83d362c125ec11b3b (patch) | |
| tree | ab53a6ff668ba3d20fa69939f678bd6dbd559a2c | |
| parent | a0d81523e35af4a29843e0410d53fe35ef0fde6b (diff) | |
correct the arg of kubelet in test-e2e-node
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
| -rw-r--r-- | contributors/devel/e2e-node-tests.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/e2e-node-tests.md b/contributors/devel/e2e-node-tests.md index 8bbf2dd7..734b190d 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. |
