@@ -34,8 +34,6 @@ const (
34
34
PublicKeysECDSA = "PublicKeysECDSA"
35
35
// RootlessControlPlane is expected to be in alpha in v1.22
36
36
RootlessControlPlane = "RootlessControlPlane"
37
- // EtcdLearnerMode is expected to be in alpha in v1.27, beta in v1.29, ga in v1.32
38
- EtcdLearnerMode = "EtcdLearnerMode"
39
37
// WaitForAllControlPlaneComponents is expected to be alpha in v1.30
40
38
WaitForAllControlPlaneComponents = "WaitForAllControlPlaneComponents"
41
39
// ControlPlaneKubeletLocalMode is expected to be in alpha in v1.31, beta in v1.32
@@ -55,7 +53,6 @@ var InitFeatureGates = FeatureList{
55
53
DeprecationMessage : "Deprecated in favor of the core kubelet feature UserNamespacesSupport which is beta since 1.30." +
56
54
" Once UserNamespacesSupport graduates to GA, kubeadm will start using it and RootlessControlPlane will be removed." ,
57
55
},
58
- EtcdLearnerMode : {FeatureSpec : featuregate.FeatureSpec {Default : true , PreRelease : featuregate .GA , LockToDefault : true }},
59
56
WaitForAllControlPlaneComponents : {FeatureSpec : featuregate.FeatureSpec {Default : false , PreRelease : featuregate .Alpha }},
60
57
ControlPlaneKubeletLocalMode : {FeatureSpec : featuregate.FeatureSpec {Default : false , PreRelease : featuregate .Alpha }},
61
58
NodeLocalCRISocket : {FeatureSpec : featuregate.FeatureSpec {Default : false , PreRelease : featuregate .Alpha }},
0 commit comments