kubeadm: remove leftover DynamicKubeletConfig constant

This commit is contained in:
Lubomir I. Ivanov 2018-11-14 17:32:45 +02:00
parent ce01e83772
commit 98f3fb5059

View File

@ -31,9 +31,6 @@ const (
// CoreDNS is GA in v1.11
CoreDNS = "CoreDNS"
// DynamicKubeletConfig is beta in v1.11
DynamicKubeletConfig = "DynamicKubeletConfig"
)
var coreDNSMessage = "featureGates:CoreDNS has been removed in v1.13\n" +