mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
fix feature gate version introduced for MatchLabelKeeysInPodAffinity
This commit is contained in:
parent
86d5bb8607
commit
2954dbbe26
@ -432,7 +432,7 @@ const (
|
|||||||
// owner: @sanposhiho
|
// owner: @sanposhiho
|
||||||
// kep: https://kep.k8s.io/3633
|
// kep: https://kep.k8s.io/3633
|
||||||
// alpha: v1.29
|
// alpha: v1.29
|
||||||
// beta: v1.30
|
// beta: v1.31
|
||||||
//
|
//
|
||||||
// Enables the MatchLabelKeys and MismatchLabelKeys in PodAffinity and PodAntiAffinity.
|
// Enables the MatchLabelKeys and MismatchLabelKeys in PodAffinity and PodAntiAffinity.
|
||||||
MatchLabelKeysInPodAffinity featuregate.Feature = "MatchLabelKeysInPodAffinity"
|
MatchLabelKeysInPodAffinity featuregate.Feature = "MatchLabelKeysInPodAffinity"
|
||||||
|
@ -192,7 +192,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
|
|||||||
},
|
},
|
||||||
MatchLabelKeysInPodAffinity: {
|
MatchLabelKeysInPodAffinity: {
|
||||||
{Version: version.MustParse("1.29"), Default: false, PreRelease: featuregate.Alpha},
|
{Version: version.MustParse("1.29"), Default: false, PreRelease: featuregate.Alpha},
|
||||||
{Version: version.MustParse("1.30"), Default: true, PreRelease: featuregate.Beta},
|
{Version: version.MustParse("1.31"), Default: true, PreRelease: featuregate.Beta},
|
||||||
},
|
},
|
||||||
MatchLabelKeysInPodTopologySpread: {
|
MatchLabelKeysInPodTopologySpread: {
|
||||||
{Version: version.MustParse("1.25"), Default: false, PreRelease: featuregate.Alpha},
|
{Version: version.MustParse("1.25"), Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
@ -429,7 +429,7 @@
|
|||||||
- default: true
|
- default: true
|
||||||
lockToDefault: false
|
lockToDefault: false
|
||||||
preRelease: Beta
|
preRelease: Beta
|
||||||
version: "1.30"
|
version: "1.31"
|
||||||
- name: MatchLabelKeysInPodTopologySpread
|
- name: MatchLabelKeysInPodTopologySpread
|
||||||
versionedSpecs:
|
versionedSpecs:
|
||||||
- default: false
|
- default: false
|
||||||
|
Loading…
Reference in New Issue
Block a user