Skip to content
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

Drop Kubernetes v1.25, and Support Kubernetes v1.28 #2303

Merged
merged 1 commit into from Apr 11, 2024

Conversation

tenzen-y
Copy link
Member

What this PR does / why we need it:
I updated supporting Kubernetes versions.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Part-of #2256

Checklist:

  • Docs included if any changes are user facing

Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
Comment on lines +114 to +116
Metrics: metricsserver.Options{
BindAddress: initConfig.ControllerConfig.MetricsAddr,
},
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I addressed this breaking: kubernetes-sigs/controller-runtime#2407

@@ -38,6 +38,7 @@ echo ">> Using ${CODEGEN_PKG} for the code generator"

# Ensure we can execute.
chmod +x "${CODEGEN_PKG}/generate-groups.sh"
chmod +x "${CODEGEN_PKG}/generate-internal-groups.sh"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I addressed this error:

/Users/tenzen/go/pkg/mod/k8s.io/code-generator@v0.28.8/generate-groups.sh: line 66: /Users/tenzen/go/pkg/mod/k8s.io/code-generator@v0.28.8/generate-internal-groups.sh: Permission denied
pkg/apis/apis.go:18: running "../../hack/update-codegen.sh": exit status 126
make: *** [generate] Error 1

@tenzen-y
Copy link
Member Author

/assign @andreyvelich @johnugeorge

Copy link
Member

@andreyvelich andreyvelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for updating the Kubernetes version @tenzen-y!
I noticed that we should also update the website: https://www.kubeflow.org/docs/components/katib/hyperparameter/#prerequisites
Version is very out-of-date there.
/lgtm
/approve

@google-oss-prow google-oss-prow bot added the lgtm label Apr 11, 2024
@google-oss-prow google-oss-prow bot merged commit 1365e47 into kubeflow:master Apr 11, 2024
61 checks passed
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andreyvelich, 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:
  • OWNERS [andreyvelich,tenzen-y]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tenzen-y tenzen-y deleted the support-1.28-drop-1.25 branch April 11, 2024 16:16
@tenzen-y
Copy link
Member Author

Thank you for updating the Kubernetes version @tenzen-y! I noticed that we should also update the website: https://www.kubeflow.org/docs/components/katib/hyperparameter/#prerequisites Version is very out-of-date there. /lgtm /approve

Oh, I see. I will submit a PR to the website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants