mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
kubeadm: Promote ControlPlaneKubeletLocalMode feature gate to beta
This commit is contained in:
parent
569d1896e6
commit
bb36212342
@ -36,7 +36,7 @@ const (
|
|||||||
RootlessControlPlane = "RootlessControlPlane"
|
RootlessControlPlane = "RootlessControlPlane"
|
||||||
// WaitForAllControlPlaneComponents is expected to be alpha in v1.30
|
// WaitForAllControlPlaneComponents is expected to be alpha in v1.30
|
||||||
WaitForAllControlPlaneComponents = "WaitForAllControlPlaneComponents"
|
WaitForAllControlPlaneComponents = "WaitForAllControlPlaneComponents"
|
||||||
// ControlPlaneKubeletLocalMode is expected to be in alpha in v1.31, beta in v1.32
|
// ControlPlaneKubeletLocalMode is expected to be in alpha in v1.31, beta in v1.33
|
||||||
ControlPlaneKubeletLocalMode = "ControlPlaneKubeletLocalMode"
|
ControlPlaneKubeletLocalMode = "ControlPlaneKubeletLocalMode"
|
||||||
// NodeLocalCRISocket is expected to be in alpha in v1.32, beta in v1.33, ga in v1.35
|
// NodeLocalCRISocket is expected to be in alpha in v1.32, beta in v1.33, ga in v1.35
|
||||||
NodeLocalCRISocket = "NodeLocalCRISocket"
|
NodeLocalCRISocket = "NodeLocalCRISocket"
|
||||||
@ -54,7 +54,7 @@ var InitFeatureGates = FeatureList{
|
|||||||
" Once UserNamespacesSupport graduates to GA, kubeadm will start using it and RootlessControlPlane will be removed.",
|
" Once UserNamespacesSupport graduates to GA, kubeadm will start using it and RootlessControlPlane will be removed.",
|
||||||
},
|
},
|
||||||
WaitForAllControlPlaneComponents: {FeatureSpec: featuregate.FeatureSpec{Default: true, PreRelease: featuregate.Beta}},
|
WaitForAllControlPlaneComponents: {FeatureSpec: featuregate.FeatureSpec{Default: true, PreRelease: featuregate.Beta}},
|
||||||
ControlPlaneKubeletLocalMode: {FeatureSpec: featuregate.FeatureSpec{Default: false, PreRelease: featuregate.Alpha}},
|
ControlPlaneKubeletLocalMode: {FeatureSpec: featuregate.FeatureSpec{Default: true, PreRelease: featuregate.Beta}},
|
||||||
NodeLocalCRISocket: {FeatureSpec: featuregate.FeatureSpec{Default: false, PreRelease: featuregate.Alpha}},
|
NodeLocalCRISocket: {FeatureSpec: featuregate.FeatureSpec{Default: false, PreRelease: featuregate.Alpha}},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user