-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
📖 decouple the support new kubernetes version process from kind releases #10414
📖 decouple the support new kubernetes version process from kind releases #10414
Conversation
248a9cf
to
5bc3819
Compare
…kubernetes version support
5bc3819
to
eb84f3e
Compare
05bbe36
to
0e25b78
Compare
0e25b78
to
62a4b85
Compare
Thx! /lgtm |
LGTM label has been added. Git tree hash: c8336e471d7ff98796e34a572716d7619f23ff00
|
/lgtm @cahillsf @kubernetes-sigs/cluster-api-release-team |
Just for clarity. The goal of this PR is to restructure the Kubernetes bump tasks in a way that allows us to support a Kubernetes minor release without having to wait for a corresponding kind image release. |
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.
the content makes sense to me, i do have a question about the initial prereqs section though.
544faec
to
83c1e08
Compare
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
LGTM label has been added. Git tree hash: f515ab1811a481ce8693975c9d7d46546b42ad6c
|
@chrischdi Sorry not sure if we wanted to wait longer to link some more prior art PRs or if we're done now. |
@sbueringer updated links. Should be ready to go now /assign @sbueringer |
Thx! /lgtm |
LGTM label has been added. Git tree hash: 16320633f39421bae7dfdd34fcaf88d7dfb45cc6
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
/ok-to-test |
What this PR does / why we need it:
This PR changes the github template we normally use to track the kubernetes bump.
The change targets to decouple the process of
and
because the new kind release and/or images get published some time after the final kubernetes minor release.
The changes of:
Allow us to test a released kubernetes version although there are no kindest/node images yet, by building the
kindest/node
images like we already do for other e2e tests.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
/area documentation