mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user