-
Notifications
You must be signed in to change notification settings - Fork 811
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 dev tooling to 1.17.3 #1915
Update Kind dev tooling to 1.17.3 #1915
Conversation
Build Succeeded 👏 Build Id: 154fc97b-cb80-4adc-a224-bbcee524c138 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
build/includes/kind.mk
Outdated
@@ -26,7 +26,7 @@ kind-test-cluster: DOCKER_RUN_ARGS+=--network=host | |||
kind-test-cluster: $(ensure-build-image) | |||
@if [ -z $$(kind get clusters | grep $(KIND_PROFILE)) ]; then\ | |||
echo "Could not find $(KIND_PROFILE) cluster. Creating...";\ | |||
kind create cluster --name $(KIND_PROFILE) --image kindest/node:v1.16.9 --wait 5m;\ | |||
kind create cluster --name $(KIND_PROFILE) --image kindest/node:v1.17.13 --wait 5m;\ |
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.
Did you verify that this works? On https://hub.docker.com/r/kindest/node/tags?page=1&ordering=last_updated I see 1.17.11 but not 1.17.13.
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 haven't, I don't have Kind installed. Honestly, I've no idea if the dev tooling works. Maybe we should remove it entirely.
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'm ok with removing it. If anyone is using it it would be straightforward to add back in (and then we would know who to get help from to keep it maintained).
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.
Well, I've installed Kind (that was actually really easy) - let's see if this thing works!
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.
Switch to the 1.17.13 and ran through the tooling - all works!
6eae1cb
to
44ccf41
Compare
44ccf41
to
18a98c1
Compare
Build Succeeded 👏 Build Id: 7e7e9651-a3eb-472e-ba19-53190033c0bb The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey 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 |
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Updates to the next K8s verison.
Which issue(s) this PR fixes:
Work on #1824
Special notes for your reviewer: