mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
Promote NamespaceDefaultLabelName to GA
Lock to default for 1.22 Co-authored-by: Jay Vyas <jvyas@vmware.com>
This commit is contained in:
parent
9e8506eb1f
commit
b5d4551ac7
@ -748,6 +748,7 @@ const (
|
|||||||
|
|
||||||
// owner: @jayunit100 @abhiraut @rikatz
|
// owner: @jayunit100 @abhiraut @rikatz
|
||||||
// beta: v1.21
|
// beta: v1.21
|
||||||
|
// ga: v1.22
|
||||||
//
|
//
|
||||||
// Labels all namespaces with a default label "kubernetes.io/metadata.name: <namespaceName>"
|
// Labels all namespaces with a default label "kubernetes.io/metadata.name: <namespaceName>"
|
||||||
NamespaceDefaultLabelName featuregate.Feature = "NamespaceDefaultLabelName"
|
NamespaceDefaultLabelName featuregate.Feature = "NamespaceDefaultLabelName"
|
||||||
@ -869,7 +870,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
ServiceInternalTrafficPolicy: {Default: false, PreRelease: featuregate.Alpha},
|
ServiceInternalTrafficPolicy: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
SuspendJob: {Default: false, PreRelease: featuregate.Alpha},
|
SuspendJob: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
KubeletPodResourcesGetAllocatable: {Default: false, PreRelease: featuregate.Alpha},
|
KubeletPodResourcesGetAllocatable: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
NamespaceDefaultLabelName: {Default: true, PreRelease: featuregate.Beta}, // graduate to GA and lock to default in 1.22, remove in 1.24
|
NamespaceDefaultLabelName: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.24
|
||||||
CSIVolumeHealth: {Default: false, PreRelease: featuregate.Alpha},
|
CSIVolumeHealth: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
// inherited features from generic apiserver, relisted here to get a conflict if it is changed
|
// inherited features from generic apiserver, relisted here to get a conflict if it is changed
|
||||||
|
Loading…
Reference in New Issue
Block a user