Re-enable SchedulerAsyncAPICalls feature in v1.35

This commit is contained in:
Maciej Skoczeń 2025-10-29 11:05:31 +00:00
parent 4b5369008a
commit 363407c500
2 changed files with 5 additions and 0 deletions

View file

@ -1620,6 +1620,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
SchedulerAsyncAPICalls: {
{Version: version.MustParse("1.34"), Default: false, PreRelease: featuregate.Beta},
{Version: version.MustParse("1.35"), Default: true, PreRelease: featuregate.Beta},
},
SchedulerAsyncPreemption: {

View file

@ -1427,6 +1427,10 @@
lockToDefault: false
preRelease: Beta
version: "1.34"
- default: true
lockToDefault: false
preRelease: Beta
version: "1.35"
- name: SchedulerAsyncPreemption
versionedSpecs:
- default: false