-
Notifications
You must be signed in to change notification settings - Fork 286
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 kind to 0.20.0 #1504
update kind to 0.20.0 #1504
Conversation
@kannon92: The label(s) 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. |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
/hold |
/test pull-kueue-test-e2e-main-1-28 |
Makefile
Outdated
@@ -65,7 +65,7 @@ E2E_TARGET ?= ./test/e2e/... | |||
E2E_KIND_VERSION ?= kindest/node:v1.28.0 | |||
|
|||
# E2E_K8S_VERSIONS sets the list of k8s versions included in test-e2e-all | |||
E2E_K8S_VERSIONS ?= 1.24.15 1.25.11 1.26.6 1.27.3 1.28.0 | |||
E2E_K8S_VERSIONS ?= 1.26.6 1.27.3 1.28.0 1.29.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.
@kannon92 Can we update the Kubernetes version in other places like ENVTEST_K8S_VERSION
?
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.
Its at 1.28.0 and I don't know if we should update that to 1.29.0 yet.
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.
let's use the latest patch version for 1.28
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.
updated. sorry for the lag.
/test pull-kueue-test-e2e-main-1-28 |
@tenzen-y @alculquicondor I got a bit confused by kind's website. I was thinking that the latest versions of Kind would have 1.29 but it seems that 0.18.0 has it also. Do you all still an update to the latest version of kind? |
@kannon92 I see. Then, can we update only the KinD version in this PR? |
@alculquicondor and @tenzen-y I pushed a change for this and updated all the kind versions to be the latest kind and updated the version. It probably makes sense for kind image to be the latest patch. |
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
/apprvoe
LGTM label has been added. Git tree hash: 4f146d2b2c4374bcf0c914e8b5d9e42496b3c3e2
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kannon92, 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 |
/hold cancel |
* update kind to 1.29.0 * update patch version
What type of PR is this?
/kind cleanup
/kind testing
What this PR does / why we need it:
Update Kind to 0.20.0 so we can pick up 1.29.0 images.
Drop deprecated kubernetes versions.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
I am noticing something odd in Kind 0.20.0 around cert rotation so I think we should test the CI pretty well here once 1.29 test-infra PR merges.
See kubernetes-sigs/jobset#357 for some discussion on this.
Does this PR introduce a user-facing change?