-
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 VPA k8s dependencies to 1.18.3 #3225
Conversation
03227c2
to
061276d
Compare
Unrelated test failing. |
@krzysied would you be able to review? |
Actually, I would like to test this a little more, you can hold off the review for now. |
061276d
to
8ceb1a1
Compare
8ceb1a1
to
4f57dd6
Compare
4f57dd6
to
3edbe0c
Compare
Okay, this is ready for review |
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.
Only nits.
@@ -321,7 +316,7 @@ func (rc *ResourceConsumer) sendConsumeCustomMetric(delta int) { | |||
framework.ExpectNoError(err) | |||
} | |||
|
|||
// CleanUp func | |||
// CleanUp clean up the background goroutines responsible for consuming resources. |
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.
s/clean/cleans/
) | ||
|
||
var ( | ||
// KindRC var | ||
// KindRC is the GVK for ReplicationController |
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.
nit: missing dot at the end of the sentence. The same goes for other comments.
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.
This file is mostly copied from k8s repo. I'm not entirely sure we need this copy, but I'd rather not mix it with this PR. The same goes for the other comment.
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.
ack.
/hold |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: krzysied 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 |
Any updates on this? |
This is on hold until e2e tests are fixed. #3340 which should fix them has been merged just now, so we should see green test runs today. Then this change will be merged. |
Tests are green again \o/. |
Fixes #3219 #3097
Does similar work as #3098 but that PR has merge conflicts. I also updated the e2e test dependencies accordingly.