Skip to content

Commit dcf8cd9

Browse files
authored
KEP-4832: add SchedulerAsyncPreemption to the doc (#48407)
* KEP-4832: add SchedulerAsyncPreemption to the doc * fix: address reviews
1 parent 7e26a80 commit dcf8cd9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: SchedulerAsyncPreemption
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.32"
12+
---
13+
14+
Enable running some expensive operations within the scheduler, associated with
15+
[preemption](/docs/concepts/scheduling-eviction/pod-priority-preemption/), asynchronously.
16+
Asynchronous processing of preemption improves overall Pod scheduling latency.

0 commit comments

Comments
 (0)