mirror of https://github.com/k3s-io/k3s
Enable dynamic kubelet configuration for node e2e Jenkins serial tests
This commit enables the dynamic kubelet configuration feature for the node e2e Jenkins serial tests, which is where the test for dynamic kubelet configuration currently runs.pull/6/head
parent
a40b2cbe10
commit
af0a0c6367
|
@ -7,6 +7,6 @@ GINKGO_FLAGS='--focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]"'
|
|||
SETUP_NODE=false
|
||||
# DISABLED --cgroups-per-qos flag until feature stabilized.
|
||||
#TEST_ARGS=--cgroups-per-qos=false
|
||||
TEST_ARGS=
|
||||
TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'
|
||||
PARALLELISM=1
|
||||
TIMEOUT=3h
|
||||
|
|
Loading…
Reference in New Issue