-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
📖 change kindest/node version for all providers in v0.3 #5389
📖 change kindest/node version for all providers in v0.3 #5389
Conversation
Welcome @AartiJivrajani! |
Hi @AartiJivrajani. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the 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. |
Thx for taking care of this! /ok-to-test |
@@ -565,7 +565,7 @@ The Docker provider is not designed for production use and is intended for devel | |||
|
|||
```bash | |||
clusterctl config cluster capi-quickstart --flavor development \ | |||
--kubernetes-version v1.18.16 \ | |||
--kubernetes-version v1.18.19 \ |
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.
Q: should we update to v1.18.19 for all the providers?
@sbueringer opinions?
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.
In general sounds good to me. I guess we always have the problem that we don't know if they have published images. But that problem is the same for v1.18.16 and v1.18.19.
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.
Okay, I will change the version for other providers too, thanks @fabriziopandini and @sbueringer!
547aba9
to
eb1d144
Compare
/lgtm |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 |
/retest |
/retest I'm glad our tests on release-0.4 and main are more stable than this :) |
/retest |
1 similar comment
/retest |
What this PR does / why we need it:
This PR changes the kindest/node docker image version being used by all the providers. Installing CAPD v0.3 was failing because
kindest/node:v1.18.16
did not exist.Which issue(s) this PR fixes:
Fixes #5385