File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const (
36
36
RootlessControlPlane = "RootlessControlPlane"
37
37
// WaitForAllControlPlaneComponents is expected to be alpha in v1.30
38
38
WaitForAllControlPlaneComponents = "WaitForAllControlPlaneComponents"
39
- // ControlPlaneKubeletLocalMode is expected to be in alpha in v1.31, beta in v1.33
39
+ // ControlPlaneKubeletLocalMode is expected to be in alpha in v1.31, beta in v1.32
40
40
ControlPlaneKubeletLocalMode = "ControlPlaneKubeletLocalMode"
41
41
// NodeLocalCRISocket is expected to be in alpha in v1.32, beta in v1.33, ga in v1.35
42
42
NodeLocalCRISocket = "NodeLocalCRISocket"
@@ -54,7 +54,7 @@ var InitFeatureGates = FeatureList{
54
54
" Once UserNamespacesSupport graduates to GA, kubeadm will start using it and RootlessControlPlane will be removed." ,
55
55
},
56
56
WaitForAllControlPlaneComponents : {FeatureSpec : featuregate.FeatureSpec {Default : false , PreRelease : featuregate .Alpha }},
57
- ControlPlaneKubeletLocalMode : {FeatureSpec : featuregate.FeatureSpec {Default : true , PreRelease : featuregate .Beta }},
57
+ ControlPlaneKubeletLocalMode : {FeatureSpec : featuregate.FeatureSpec {Default : false , PreRelease : featuregate .Alpha }},
58
58
NodeLocalCRISocket : {FeatureSpec : featuregate.FeatureSpec {Default : false , PreRelease : featuregate .Alpha }},
59
59
}
60
60
You can’t perform that action at this time.
0 commit comments