Skip to content

Commit 6aef005

Browse files
authored
Merge pull request #49996 from sanposhiho/async-preemption
KEP-4832: graduate the async preemption feature to beta
2 parents 7829637 + 5b556cd commit 6aef005

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/SchedulerAsyncPreemption.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.32"
12+
toVersion: "1.32"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.33"
1216
---
1317

1418
Enable running some expensive operations within the scheduler, associated with

0 commit comments

Comments
 (0)