Unverified Commit 791758b1 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #71038 from neolit123/remove-dyn-kubelet-const

kubeadm: remove leftover DynamicKubeletConfig constant
parents 409a5eca 98f3fb50
...@@ -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