From f69fd761f8fa98b896af17429e206f5e4b7d5aaa Mon Sep 17 00:00:00 2001 From: xiangpengzhao Date: Tue, 27 Feb 2018 11:20:01 +0800 Subject: [PATCH] Remove invalid TODOs in kubeadm constants. --- cmd/kubeadm/app/constants/constants.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/kubeadm/app/constants/constants.go b/cmd/kubeadm/app/constants/constants.go index c2986240744..5f30874ce2f 100644 --- a/cmd/kubeadm/app/constants/constants.go +++ b/cmd/kubeadm/app/constants/constants.go @@ -179,16 +179,12 @@ const ( KubeletBaseConfigurationConfigMap = "kubelet-base-config-1.9" // KubeletBaseConfigurationConfigMapKey specifies in what ConfigMap key the initial remote configuration of kubelet should be stored - // TODO: Use the constant ("kubelet.config.k8s.io") defined in pkg/kubelet/kubeletconfig/util/keys/keys.go - // after https://github.com/kubernetes/kubernetes/pull/53833 being merged. KubeletBaseConfigurationConfigMapKey = "kubelet" // KubeletBaseConfigurationDir specifies the directory on the node where stores the initial remote configuration of kubelet KubeletBaseConfigurationDir = "/var/lib/kubelet/config/init" // KubeletBaseConfigurationFile specifies the file name on the node which stores initial remote configuration of kubelet - // TODO: Use the constant ("kubelet.config.k8s.io") defined in pkg/kubelet/kubeletconfig/util/keys/keys.go - // after https://github.com/kubernetes/kubernetes/pull/53833 being merged. KubeletBaseConfigurationFile = "kubelet" // MinExternalEtcdVersion indicates minimum external etcd version which kubeadm supports