Commit caa9cc0b authored by David Ashpole's avatar David Ashpole

turn on dynamic config for flaky tests

parent 5ca25bea
...@@ -4,4 +4,5 @@ GCE_ZONE=us-central1-f ...@@ -4,4 +4,5 @@ GCE_ZONE=us-central1-f
GCE_PROJECT=k8s-jkns-ci-node-e2e GCE_PROJECT=k8s-jkns-ci-node-e2e
CLEANUP=true CLEANUP=true
GINKGO_FLAGS='--focus="\[Flaky\]"' GINKGO_FLAGS='--focus="\[Flaky\]"'
TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'
KUBELET_ARGS='--experimental-cgroups-per-qos=true --cgroup-root=/' KUBELET_ARGS='--experimental-cgroups-per-qos=true --cgroup-root=/'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment