-
Notifications
You must be signed in to change notification settings - Fork 30
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 controller-runtime #250
base: main
Are you sure you want to change the base?
Conversation
SuperQ
commented
Jan 23, 2025
•
edited
Loading
edited
- Update controller runtime to v0.15.3.
- Fixup breaking changes in Validate calls.
- Remove client metric tweak that was removed upstream.
- Bump images in Dockerfiles to match CI.
- Improve upgrade test script.
- Disable metrics in upgrade test.
This might fix #249, need to test. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #250 +/- ##
==========================================
+ Coverage 76.82% 76.84% +0.02%
==========================================
Files 64 64
Lines 6697 6695 -2
==========================================
Hits 5145 5145
+ Misses 1351 1349 -2
Partials 201 201 ☔ View full report in Codecov by Sentry. |
b887934
to
7b59e46
Compare
Ugh, I have no idea why the controller upgrade is not doing the right thing here. I guess I'll have to setup a local test setup so I can watch the controller logs. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haorenfsa, SuperQ 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 |
* Update controller runtime to v0.15.3. * Fixup breaking changes in Validate calls. * Remove client metric tweak that was removed upstream. * Bump images in Dockerfiles to match CI. * Improve upgrade test script. * Disable metrics in upgrade test. Signed-off-by: SuperQ <[email protected]>
I discovered the issue with the controller-runtime upgrade. The Between the two options of installing the Prometheus Operator bundle so the CRDs exist, and simply disabling metrics for this test, I went with disable metrics. |
/lgtm |