-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-1.11] Scheduler: fix reserved replicas handling, blocking au…
…toscaler and overcommitted pods (#7374) * Scheduler: fix reserved replicas handling, blocking autoscaler and overcommitted pods There are extensive comments in the actual code changes on the why of each individual change. - Properly handle overcommitted pods - Don't block the scheduler on triggering the autoscaler if the autoscaler is active - Additional fix for #6733 - various logging improvements (leader, state, actions and context) Signed-off-by: Pierangelo Di Pilato <[email protected]> * Add unit tests for overcommitted pods Signed-off-by: Pierangelo Di Pilato <[email protected]> --------- Signed-off-by: Pierangelo Di Pilato <[email protected]> Co-authored-by: Pierangelo Di Pilato <[email protected]>
- Loading branch information
1 parent
c1626f1
commit 0dadfd9
Showing
4 changed files
with
86 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters