Skip to content

Commit 90bbc7b

Browse files
committed
KEP-4247: make QHint enabled by default
1 parent 35e7e1d commit 90bbc7b

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/scheduler-queueing-hints.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: false
1515
fromVersion: "1.29"
16+
toVersion: "1.31"
17+
- stage: beta
18+
defaultValue: true
19+
fromVersion: "1.32"
1620
---
1721
Enables [the scheduler's _queueing hints_ enhancement](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/4247-queueinghint/README.md),
1822
which benefits to reduce the useless requeueing.

0 commit comments

Comments
 (0)