Commit 98f3fb50 authored by Lubomir I. Ivanov's avatar Lubomir I. Ivanov

kubeadm: remove leftover DynamicKubeletConfig constant

parent ce01e837
...@@ -31,9 +31,6 @@ const ( ...@@ -31,9 +31,6 @@ const (
// CoreDNS is GA in v1.11 // CoreDNS is GA in v1.11
CoreDNS = "CoreDNS" CoreDNS = "CoreDNS"
// DynamicKubeletConfig is beta in v1.11
DynamicKubeletConfig = "DynamicKubeletConfig"
) )
var coreDNSMessage = "featureGates:CoreDNS has been removed in v1.13\n" + var coreDNSMessage = "featureGates:CoreDNS has been removed in v1.13\n" +
......
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