-
Notifications
You must be signed in to change notification settings - Fork 39.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update HPA tolerance to be a flag #18155
Comments
cc @timothysc @piosz part of the #18097 |
@DirectXMan12 @kubernetes/rh-cluster-infra |
As far as I understand, this isn't something the test-infra team needs to be working on. Please correct me if I'm wrong, but I'll remove the label until then. |
Is this still a feature of interest? I see the |
Fix kubernetes#18155 Make HPA tolerance configurable as a flag. This change allows us to use different tolerance values in production/testing. Signed-off-by: mattjmcnaughton <[email protected]>
Fix kubernetes#18155 Make HPA tolerance configurable as a flag. This change allows us to use different tolerance values in production/testing. Signed-off-by: mattjmcnaughton <[email protected]>
Fix kubernetes#18155 Make HPA tolerance configurable as a flag. This change allows us to use different tolerance values in production/testing. Signed-off-by: mattjmcnaughton <[email protected]>
Fix kubernetes#18155 Make HPA tolerance configurable as a flag. This change allows us to use different tolerance values in production/testing. Signed-off-by: mattjmcnaughton <[email protected]>
…hpa-tolerance-should-be-flag Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Make HPA tolerance a flag **What this PR does / why we need it**: Make HPA tolerance configurable as a flag. This change allows us to use different tolerance values in production/testing. **Which issue this PR fixes**: Fixes #18155 **Release note:** ```release-note Control HPA tolerance through the `horizontal-pod-autoscaler-tolerance` flag. ``` Signed-off-by: mattjmcnaughton <[email protected]>
We'd like tolerance to be settable to a low value (for e2es) and of course a high value for some clusters which don't want too much unnecessary jitter. I'll update with a PR shortly... This can be an isolated fix.
The text was updated successfully, but these errors were encountered: