Commit 0868db5b authored by Michael Taufen's avatar Michael Taufen

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.
parent 10b8665a
...@@ -172,7 +172,6 @@ func setKubeletConfiguration(f *framework.Framework, kubeCfg *kubeletconfig.Kube ...@@ -172,7 +172,6 @@ func setKubeletConfiguration(f *framework.Framework, kubeCfg *kubeletconfig.Kube
ConfigMap: &apiv1.ConfigMapNodeConfigSource{ ConfigMap: &apiv1.ConfigMapNodeConfigSource{
Namespace: "kube-system", Namespace: "kube-system",
Name: cm.Name, Name: cm.Name,
UID: cm.UID,
KubeletConfigKey: "kubelet", KubeletConfigKey: "kubelet",
}, },
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment