Merge pull request #116291 from denkensk/match-label-beta
feat: graduate matchLabelKeys in podTopologySpread to beta
This commit is contained in:
@@ -489,6 +489,7 @@ const (
|
|||||||
// owner: @denkensk
|
// owner: @denkensk
|
||||||
// kep: https://kep.k8s.io/3243
|
// kep: https://kep.k8s.io/3243
|
||||||
// alpha: v1.25
|
// alpha: v1.25
|
||||||
|
// beta: v1.27
|
||||||
//
|
//
|
||||||
// Enable MatchLabelKeys in PodTopologySpread.
|
// Enable MatchLabelKeys in PodTopologySpread.
|
||||||
MatchLabelKeysInPodTopologySpread featuregate.Feature = "MatchLabelKeysInPodTopologySpread"
|
MatchLabelKeysInPodTopologySpread featuregate.Feature = "MatchLabelKeysInPodTopologySpread"
|
||||||
@@ -979,7 +980,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
LogarithmicScaleDown: {Default: true, PreRelease: featuregate.Beta},
|
LogarithmicScaleDown: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
MatchLabelKeysInPodTopologySpread: {Default: false, PreRelease: featuregate.Alpha},
|
MatchLabelKeysInPodTopologySpread: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
MaxUnavailableStatefulSet: {Default: false, PreRelease: featuregate.Alpha},
|
MaxUnavailableStatefulSet: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user