Merge pull request #130550 from sanposhiho/async-preemption-beta

feat: graduate the async preemption feature to beta
This commit is contained in:
Kubernetes Prow Robot 2025-03-18 17:17:54 -07:00 committed by GitHub
commit 83f8513db8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -672,6 +672,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
SchedulerAsyncPreemption: {
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Alpha},
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.Beta},
},
SchedulerPopFromBackoffQ: {

View File

@ -1175,6 +1175,10 @@
lockToDefault: false
preRelease: Alpha
version: "1.32"
- default: true
lockToDefault: false
preRelease: Beta
version: "1.33"
- name: SchedulerPopFromBackoffQ
versionedSpecs:
- default: true