-
Notifications
You must be signed in to change notification settings - Fork 21
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
Chore: update k8s to 1.29 #109
Conversation
phantomnat
commented
Sep 23, 2024
•
edited
Loading
edited
- chore: update controller runtime to v0.17.6
- chore: update k8s to v0.29.2
- chore: update cluster-gateway to commit 33c8891b781ca3e855b9e3936d9a09888c144337
cce1f00
to
080fd8e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #109 +/- ##
==========================================
- Coverage 88.41% 86.60% -1.82%
==========================================
Files 81 81
Lines 3366 3956 +590
==========================================
+ Hits 2976 3426 +450
- Misses 261 398 +137
- Partials 129 132 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5be4864
to
3161895
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.
This looks good to me, but have you tried testing kubevela with pkg?
Not yet, will try updating on the workflow and then kubevela |
@phantomnat Thanks for the contribution! Feel free to ping me when the tests are passed, looking forward to the k8s update! |
Signed-off-by: phantomnat <[email protected]>
81ec82f
to
763908c
Compare
Signed-off-by: phantomnat <[email protected]>
Signed-off-by: phantomnat <[email protected]>
@@ -23,7 +23,6 @@ import ( | |||
|
|||
"github.com/prometheus/client_golang/prometheus" | |||
"k8s.io/apimachinery/pkg/runtime" | |||
"sigs.k8s.io/controller-runtime/pkg/cache" |
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.
Why do we remove it? is it because it's deprecated?
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.
Since client.Options
has a way to pass information about the cache and monitorCache
only has Get
and List
.
I decided to change to client.Reader
instead.
ping @Somefive , @chivalryq |
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