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 48f8ce3 commit a0ea1a8Copy full SHA for a0ea1a8
content/en/docs/reference/command-line-tools-reference/feature-gates/SchedulerQueueingHints.md
@@ -17,6 +17,10 @@ stages:
17
- stage: beta
18
defaultValue: true
19
fromVersion: "1.32"
20
+ toVersion: "1.33"
21
+ - stage: stable
22
+ defaultValue: true
23
+ fromVersion: "1.34"
24
---
25
Enables [the scheduler's _queueing hints_ feature](/docs/concepts/scheduling-eviction/scheduling-framework/#queueinghint),
26
which benefits to reduce the useless requeueing.
0 commit comments