-
Notifications
You must be signed in to change notification settings - Fork 4k
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 Vendor v1.25.0-alpha.2 , bump Go to 1.18.1 and additional support for StorageInfoListers #5013
Conversation
/assign @x13n |
aab1c73
to
eb31809
Compare
84dcd74
to
0d5db30
Compare
fc0e519
to
31b7836
Compare
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.
Please add some tests for the new cluster snapshot logic.
31b7836
to
260829b
Compare
Also added tests for the change |
316af4c
to
2e46552
Compare
7c7f107
to
bf91b29
Compare
/lgtm |
@jayantjain93 Where are we with this PR? It is LGTM'ed and the only missing thing seems to be the rebase. |
@mwielgus That's on me, I wanted to review this one and haven't manage to do it for a long time. |
/hold @jayantjain93 Sorry it took me so long to get to this. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jayantjain93, MaciekPytel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
bf91b29
to
e1f5712
Compare
…StorageInfoLister
…uster_snapshot.go - added a comment in delegating_shared_lister.go
- changing now since apimachinary is using type which is available in 1.18
e1f5712
to
dde246d
Compare
/unhold |
I think delta snapshot would be more efficient if it stored actual deltas (possibly negative) of PVC usage counters. Now we'll iterate over all nodeinfos when trying to schedule a pod using PVC on a forked snapshot. This PR is a huge and 1.25-blocking change though, so let's merge this, we can always optimize further if there's a scalability regression. /lgtm |
Update Vendor v1.25.0-alpha.2 , bump Go to 1.18.1 and additional support for StorageInfoListers
Which component this PR applies to?
cluster-autoscaler
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #4904
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: