mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
fix the e2e node helpers that let tests reconfigure Kubelet
The dynamic config tests were updated with the validation change, but the tests that try to use dynamic config via this helper were not.
This commit is contained in:
parent
10b8665a1c
commit
0868db5bf1
@ -172,7 +172,6 @@ func setKubeletConfiguration(f *framework.Framework, kubeCfg *kubeletconfig.Kube
|
||||
ConfigMap: &apiv1.ConfigMapNodeConfigSource{
|
||||
Namespace: "kube-system",
|
||||
Name: cm.Name,
|
||||
UID: cm.UID,
|
||||
KubeletConfigKey: "kubelet",
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user