Skip to content

Commit c30eb9d

Browse files
committed
feat: graduate the async preemption feature to beta
1 parent fd0a348 commit c30eb9d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pkg/features/versioned_kube_features.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
662662

663663
SchedulerAsyncPreemption: {
664664
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Alpha},
665+
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.Beta},
665666
},
666667

667668
SchedulerPopFromBackoffQ: {

test/compatibility_lifecycle/reference/versioned_feature_list.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,10 @@
11551155
lockToDefault: false
11561156
preRelease: Alpha
11571157
version: "1.32"
1158+
- default: true
1159+
lockToDefault: false
1160+
preRelease: Beta
1161+
version: "1.33"
11581162
- name: SchedulerPopFromBackoffQ
11591163
versionedSpecs:
11601164
- default: true

0 commit comments

Comments
 (0)