Skip to content

Commit

Permalink
KEP-4247: make QHint enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho committed Oct 18, 2024
1 parent 35e7e1d commit 90bbc7b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ stages:
- stage: beta
defaultValue: false
fromVersion: "1.29"
toVersion: "1.31"
- stage: beta
defaultValue: true
fromVersion: "1.32"
---
Enables [the scheduler's _queueing hints_ enhancement](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/4247-queueinghint/README.md),
which benefits to reduce the useless requeueing.
Expand Down

0 comments on commit 90bbc7b

Please sign in to comment.