Skip to content

chore(test): Update Kubernetes versions in workflows to 1.31 and 1.33. Fixes #11937 #11941

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johnwroge
Copy link

@johnwroge johnwroge commented May 28, 2025

Description of your changes:

Fixes #11937

Updates the Kind cluster Kubernetes versions in all GitHub workflows from [v1.29.2, v1.30.2, v1.31.0] to [v1.30.13, v1.33.1] to use the lowest and highest supported versions as requested in issue #11937.

Updated workflows:

  • .github/workflows/periodic.yml
  • .github/workflows/kfp-webhooks.yml
  • .github/workflows/e2e-test.yml
  • .github/workflows/upgrade-test.yml
  • .github/workflows/kfp-kubernetes-execution-tests.yml
  • .github/workflows/kfp-samples.yml
  • .github/workflows/sdk-execution.yml

Checklist:

Testing

Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign dharmitd for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

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

Copy link

Hi @johnwroge. Thanks for your PR.

I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

Copy link

🚫 This command cannot be processed. Only organization members or owners can use the commands.

….33.1. Fixes kubeflow#11937

Updates the Kind cluster Kubernetes versions in all GitHub workflows from
[v1.29.2, v1.30.2, v1.31.0] to [v1.30.13, v1.33.1] to use the lowest
and highest supported versions as requested in issue kubeflow#11937.

Updated workflows:
- periodic.yml
- kfp-webhooks.yml
- e2e-test.yml
- upgrade-test.yml
- kfp-kubernetes-execution-tests.yml
- kfp-samples.yml
- sdk-execution.yml

Signed-off-by: John Wroge <wrogejohn@gmail.com>
@johnwroge johnwroge force-pushed the chore/test-update-k8s-versions branch from fc22135 to 63abe71 Compare May 29, 2025 01:06
@mprahl
Copy link
Contributor

mprahl commented May 29, 2025

@johnwroge could you please rebase?

@mprahl
Copy link
Contributor

mprahl commented May 29, 2025

/cc @mprahl

@google-oss-prow google-oss-prow bot requested a review from mprahl May 29, 2025 13:08
@hbelmiro
Copy link
Contributor

@mprahl not sure you are aware, but KFP needs to support at least the same versions as the KF platform. For KF 1.10 it was from 1.29 to 1.31.
You can confirm the supported versions for the next KF releases with @varodrig, in case you haven't done yet.

@hbelmiro
Copy link
Contributor

/ok-to-test

@mprahl
Copy link
Contributor

mprahl commented May 29, 2025

@varodrig

@hbelmiro , I wasn't aware of that but I was just going off of the Kubernetes versions that will be supported at KFP 2.6 release time:
https://kubernetes.io/releases/

@johnwroge
Copy link
Author

johnwroge commented May 29, 2025

@varodrig @hbelmiro Thank you for pointing this out! I can update the versions and complete the rebase as soon as someone confirms the correct range.

@hbelmiro
Copy link
Contributor

@varodrig

@hbelmiro , I wasn't aware of that but I was just going off of the Kubernetes versions that will be supported at KFP 2.6 release time: https://kubernetes.io/releases/

It makes total sense @mprahl.
@varodrig it sounds like we should do the same for the entire platform for 1.11.

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.

chore(test): Update the Kubernetes versions used in the GitHub workflows to supported versions
3 participants