Merge pull request #135103 from ania-borowiec/nnn_flag

KEP-5278 Promote NominatedNodeNameForExpectation and ClearingNominatedNodeNameAfterBinding feature gates to beta
This commit is contained in:
Kubernetes Prow Robot 2025-11-07 07:41:00 -08:00 committed by GitHub
commit 609e2e57da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

@ -1169,6 +1169,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
ClearingNominatedNodeNameAfterBinding: {
{Version: version.MustParse("1.34"), Default: false, PreRelease: featuregate.Alpha},
{Version: version.MustParse("1.35"), Default: true, PreRelease: featuregate.Beta},
},
ClusterTrustBundle: {
@ -1551,6 +1552,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
NominatedNodeNameForExpectation: {
{Version: version.MustParse("1.34"), Default: false, PreRelease: featuregate.Alpha},
{Version: version.MustParse("1.35"), Default: true, PreRelease: featuregate.Beta},
},
OrderedNamespaceDeletion: {

View file

@ -195,6 +195,10 @@
lockToDefault: false
preRelease: Alpha
version: "1.34"
- default: true
lockToDefault: false
preRelease: Beta
version: "1.35"
- name: CloudControllerManagerWatchBasedRoutesReconciliation
versionedSpecs:
- default: false
@ -1187,6 +1191,10 @@
lockToDefault: false
preRelease: Alpha
version: "1.34"
- default: true
lockToDefault: false
preRelease: Beta
version: "1.35"
- name: OpenAPIEnums
versionedSpecs:
- default: false