Skip to content

Commit 0c34b70

Browse files
authored
Revert "kubeadm: Promote ControlPlaneKubeletLocalMode feature gate to beta"
1 parent 8294abc commit 0c34b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/kubeadm/app/features/features.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const (
3636
RootlessControlPlane = "RootlessControlPlane"
3737
// WaitForAllControlPlaneComponents is expected to be alpha in v1.30
3838
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
4040
ControlPlaneKubeletLocalMode = "ControlPlaneKubeletLocalMode"
4141
// NodeLocalCRISocket is expected to be in alpha in v1.32, beta in v1.33, ga in v1.35
4242
NodeLocalCRISocket = "NodeLocalCRISocket"
@@ -54,7 +54,7 @@ var InitFeatureGates = FeatureList{
5454
" Once UserNamespacesSupport graduates to GA, kubeadm will start using it and RootlessControlPlane will be removed.",
5555
},
5656
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}},
5858
NodeLocalCRISocket: {FeatureSpec: featuregate.FeatureSpec{Default: false, PreRelease: featuregate.Alpha}},
5959
}
6060

0 commit comments

Comments
 (0)