File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,10 @@ var InitFeatureGates = FeatureList{
47
47
DeprecationMessage : "The PublicKeysECDSA feature gate is deprecated and will be removed when v1beta3 is removed." +
48
48
" v1beta4 supports a new option 'ClusterConfiguration.EncryptionAlgorithm'." ,
49
49
},
50
- RootlessControlPlane : {FeatureSpec : featuregate.FeatureSpec {Default : false , PreRelease : featuregate .Alpha }},
50
+ RootlessControlPlane : {FeatureSpec : featuregate.FeatureSpec {Default : false , PreRelease : featuregate .Alpha },
51
+ DeprecationMessage : "Deprecated in favor of the core kubelet feature UserNamespacesSupport which is beta since 1.30." +
52
+ " Once UserNamespacesSupport graduates to GA, kubeadm will start using it and RootlessControlPlane will be removed." ,
53
+ },
51
54
EtcdLearnerMode : {FeatureSpec : featuregate.FeatureSpec {Default : true , PreRelease : featuregate .Beta }},
52
55
WaitForAllControlPlaneComponents : {FeatureSpec : featuregate.FeatureSpec {Default : false , PreRelease : featuregate .Alpha }},
53
56
}
You can’t perform that action at this time.
0 commit comments