-
Notifications
You must be signed in to change notification settings - Fork 90
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
Bump capi to v1.8.3 #3805
Bump capi to v1.8.3 #3805
Conversation
/hold |
e0916c6
to
6b52271
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sp1999 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 |
6b52271
to
da81cb4
Compare
...bernetes-sigs/cluster-api/patches/0041-Update-generated-files-by-running-make-generate.patch
Outdated
Show resolved
Hide resolved
da81cb4
to
2574981
Compare
2574981
to
39340e4
Compare
/lgtm |
/unhold |
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.
Don't think we need this patch anymore. corefile-migration v1.0.23 supports coredns version 1.11.3 that eks-d currently ships.
Description of changes
This PR bumps CAPI to the latest v1.8.3 to support Kubernetes 1.31.
Notable changes in CAPI v1.8.0:
CABPK: Add kubeadm v1beta4 types (including ExtraEnvs and ImagePullSerial)
PR: kubernetes-sigs/cluster-api#10709 and kubernetes-sigs/cluster-api#10846
Dependency: Bump controller-runtime to v0.18.0
PR: kubernetes-sigs/cluster-api#10383
Notable changes in controller-runtime v0.18.0
Source, Event, Predicate, Handler: Add generics support
PR: kubernetes-sigs/controller-runtime#2783 and kubernetes-sigs/controller-runtime#2796
Note:
Always run
make generate
in the upstream CAPI patched repo to make sure all the generated crds, deepcopy files, rbac objects and webhook configuration objects are up-to-date using controller-gen CLI and the conversion files are up-to-date using conversion-gen CLI. We ran into an issue this time where the crds weren't up-to-date with the latest patch updates and the cluster creation was failing to install etcdadmcluster with the following error message in the API server:Testing
Ran
TestVSphereKubernetes131Ubuntu2004SimpleFlow
andTestVSphereKubernetes131BottlerocketLabelsUpgradeFlow
E2E tests locally using bundles-override with the latest dev bundle having the new cluster-api v1.8.3 manifests. The tests passed successfully.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.