forked from kubernetes/autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[local] Eager and longer long-pending quarantines
Initial values were meant to be conservative and proven in the wild. This was successful in the sense that no false positive delays were detected. But less so in the sense that we missed opportunities to protect overwhelmed autoscaler soon enough and for long enough. This change makes it quarantine pods earlier, and for a longer time (also securing more opportunities to get out of scale down cool down periods). I don't want to change code for future fine tuning, and I'd rather avoid conflicting with command line flags during rebases (that processor isn't available in upstream autoscaler), so changed to support passing values from env.
- Loading branch information
1 parent
bf4afce
commit 910c80d
Showing
2 changed files
with
22 additions
and
6 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