-
Notifications
You must be signed in to change notification settings - Fork 25
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
Sync upstream v1.26.0 #184
Sync upstream v1.26.0 #184
Conversation
Update go.mod version for github.com/google/go-cmp from 0.5.6 to 0.5.8
Increase timeout for VPA `v1` e2e tests
Add PdbRemainingDisruptions struct
After kubernetes#5151 e2e are still failing because we're still hitting ginkgo timeout
Increase timeout for VPA E2E
feat: add support for metricRelabelings
Change VPA default version to 0.12.0
…score-tags Azure: support node label keys having underscores
Extract scale down eligibility checking to a separate object
The fact that it only considers nodes as deleted only until a certain timeout is of no concern to the eligibility.Checker.
Don't depend on IsNodeBeingDeleted implementation
Allow simulator to persist changes in cluster snapshot
This filtering was used for two purposes: - Excluding masters from destination candidates - Excluding masters from calculating cluster resources Excluding from destination candidates isn't useful: if pods can schedule there, they will, so removing them from CA simulation doesn't change anything. Excluding from calculating cluster resources actually matches scale up behavior, where master nodes are treated the same way as regular nodes.
…d of ready nodes.
Cluster Autoscaler: update vendor to k8s v1.26.0
|
Thank you @elankath for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
What this PR does / why we need it:
Syncs the autoscaler with upstream v1.26.0
Which issue(s) this PR fixes:
Fixes #158
Special notes for your reviewer:
Note: This version is crashing upstream, so our version would also crash. But since we keep our minor version in sync so we have synced it. As we can't have new features in a patch release like
1.26.1
Release note: