-
Notifications
You must be signed in to change notification settings - Fork 458
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
Upgrade Kubernetes to v1.31.3 #2478
Upgrade Kubernetes to v1.31.3 #2478
Conversation
Signed-off-by: Electronic-Waste <2690692950@qq.com>
…elease-0.19. Signed-off-by: Electronic-Waste <2690692950@qq.com>
Signed-off-by: Electronic-Waste <2690692950@qq.com>
Signed-off-by: Electronic-Waste <2690692950@qq.com>
@Electronic-Waste: GitHub didn't allow me to request PR reviews from the following users: tariq-hasan. Note that only kubeflow members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
Signed-off-by: Electronic-Waste <2690692950@qq.com>
Error in CI: https://github.com/kubeflow/katib/actions/runs/12722327561/job/35466233718?pr=2478
We also need to re-implement grpc-related logic. |
Signed-off-by: Electronic-Waste <2690692950@qq.com>
7d640c4
to
be655f9
Compare
This PR has been ready for review now! PTAL if you have time👀 @kubeflow/wg-automl-leads @helenxie-bit @tariq-hasan |
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.
Thank you for this update @Electronic-Waste!
/lgtm
/assign @kubeflow/wg-training-leads
/assign @kubeflow/wg-automl-leads |
k8s.io/api v0.31.3 | ||
k8s.io/apimachinery v0.31.3 | ||
k8s.io/client-go v0.31.3 | ||
k8s.io/code-generator v0.31.3 | ||
k8s.io/klog v1.0.0 |
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.
We are going to update klog to v2 in PR: #2470
pkg/controller.v1beta1/experiment/experiment_controller_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Electronic-Waste <2690692950@qq.com>
Signed-off-by: Electronic-Waste <2690692950@qq.com>
I've fixed the comments you raised. PTAL👀 if you are available. Thanks! /cc @kubeflow/wg-automl-leads |
/rerun-all |
1 similar comment
/rerun-all |
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.
Thanks!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tenzen-y 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 |
* chore(ci): add k8s version 1.31. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore(Makefile): upgrade envtest version to 1.31 & setup-envtest to release-0.19. Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: update k8s related package in go.mod Signed-off-by: Electronic-Waste <2690692950@qq.com> * chore: make generate. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix(test): add SkipNameValidation option to test frame. Signed-off-by: Electronic-Waste <2690692950@qq.com> * refactor(grpc): remove deprecated grpc.Dial implementation. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix(dependency): remove dependency on k8s v1.28 Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: add type assertion to ptr.To Signed-off-by: Electronic-Waste <2690692950@qq.com> --------- Signed-off-by: Electronic-Waste <2690692950@qq.com> Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
What this PR does / why we need it:
grpc.Dial
and replace it withgrpc.NewClient
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #2457
Checklist:
/cc @kubeflow/wg-automl-leads @helenxie-bit @tariq-hasan