deprecate and remove the experimental DynamicKubeletConfiguration support #2216
Labels
kind/deprecation
Categorizes issue or PR as related to a feature/enhancement marked for deprecation.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
deprecate and remove the DynamicKubeletConfiguration support in kubeadm.
as noted in a recent SIG Arch meeting the feature did not end up as planned and it is not clear if it will ever graduate to GA (currently the FeatureGate is beta).
currently kubeadm no longer exposes the feature gate, but rather it allows pinning with an extra command:
https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/cmd/alpha/kubelet.go#L82
kubeadm: deprecate "kubeadm alpha kubelet config enable-dynamic" kubernetes#92881
kubeadm: remove the "alpha kubelet config enable-dynamic" command kubernetes#94668
The text was updated successfully, but these errors were encountered: