-
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
🌱 Introduce Kubeadm v1beta3 #4691
Conversation
LGTM apart from the linter errors and verification job /assign @fabriziopandini @CecileRobertMichon |
/test pull-cluster-api-test-main |
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 pending two small nits
Do we have a k8s 1.22 (or k8s HEAD) test running as part of this PR? It'd be good if we have a way to run k8s main conformance to validate changes like these similar to the ones we have in CAPA/CAPZ/soon CAPO |
having the v1beta3 here as a placeholder seems fine, but should it be updated once kubeadm work on v1beta3 finishes with the 1.22 release - i.e. fields are added / removed? |
Yes, it is one of our PR optional jobs (in addition to a periodic periodic job). /test pull-cluster-api-e2e-workload-upgrade-1-21-latest-main
Of course, but without this our tests are failing |
/retest |
/test pull-cluster-api-e2e-workload-upgrade-1-21-latest-main |
/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.
/approve
/kind release-blocking
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri 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 this PR does / why we need it:
With v1beta3 merged in Kubeadm, this pr introduces v1beta3 to bootstrap/kubeadm types with all the scaffolding.
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 #4445