mirror of https://github.com/k3s-io/k3s
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.pull/8/head
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