-
Notifications
You must be signed in to change notification settings - Fork 719
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 support Kubernetes version #7741
update support Kubernetes version #7741
Conversation
buildkite test this -f p=ocp,TESTS_MATCH=TestSmoke -m s=8.13.2 |
@@ -17,8 +17,8 @@ Current features: | |||
|
|||
Supported versions: | |||
|
|||
* Kubernetes 1.25-1.29 | |||
* OpenShift 4.11-4.14 | |||
* Kubernetes 1.26-1.30 |
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.
Without being able to test on 1.30 (no kind release available quite yet), I'm not sure we can say we support it...
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.
@naemono good point, do we just move it back until a Kind version is available ? I can redo this when that becomes available
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.
Yeah I would say just wait on this until we have a good version of it available and update then... Ensuring a full e2e run in this PR
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.
I updated with the image built by @barkbay, please take another look. TIA
buildkite test this -f p=kind,TESTS_MATCH=TestSmoke -m s=8.13.2 |
buildkite test this -f p=kind,DEPLOYER_KIND_NODE_IMAGE=barkbay/node:v1.30.0-dirty@sha256:03aae54e5ce12a2ec3220d5329a58130f9328d9e5b995c8eb4eb0807569bffbe,TESTS_MATCH=TestSmoke -m s=8.13.2 |
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 the OCP test, and the Kind test both worked, I'd say this is good now. 👍
Update supported Kubernetes versions for the upcoming release