From 0868db5bf17223bb551db1ac0720a339fef1c536 Mon Sep 17 00:00:00 2001 From: Michael Taufen Date: Tue, 22 May 2018 17:20:49 -0700 Subject: [PATCH] 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. --- test/e2e_node/util.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e_node/util.go b/test/e2e_node/util.go index cec7974bc4c..a0607deea92 100644 --- a/test/e2e_node/util.go +++ b/test/e2e_node/util.go @@ -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", }, }