We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e26a80 commit dcf8cd9Copy full SHA for dcf8cd9
content/en/docs/reference/command-line-tools-reference/feature-gates/scheduler-async-preemption.md
@@ -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