mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-30 05:43:58 +00:00
Even DynamicKubeletConfig is deprecated it still used in e2e_node test. The bug is hidden by forcibly enabled option TEST_ARGS='--feature-gates=DynamicKubeletConfig=true' if this option is not enabled setKubeletConfiguration tries to set kubelet config via apiserver interface and failed with timeout. Signed-off-by: Alexey Perevalov <alexey.perevalov@huawei.com>