-
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
Vpa to v1 cronjob #4887
Vpa to v1 cronjob #4887
Conversation
We need to do this to use CronJobs from batch API v1 We need to use CronJobs from API v1 to work with K8s 1.25 (and for e2e to pass)
After changing K8s deps
To update VPA vendor
So it will work with K8s 1.25
So e2e will work with K8s 1.25
One of our dependences (kubernetes-sigs/json) uses reflect.StructField.IsExported which was added in go 1.17[1]. Also we should use newer go. [1] https://go.dev/doc/go1.17#reflect
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 👍
Didn't look into vendor/
, assuming it's fine.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jbartosik, pbetkier 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 |
/lgtm |
@pbetkier: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
@jbartosik There isn't this fix in vpa 0.11.0 which cause some error log.
|
@zzzkl Yes. I'm working on it. Currently I'm waiting for approval on kubernetes/k8s.io#4148 (PR to promote VPA images from staging repo) |
This should fix #4886
Running all e2e tests would take a long time so I ran only part of the
recommender
test suite. All tests I run passed