-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Implement support for kubeadm v1beta4 API #10708
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
Comments
/priority important-soon |
/reopen |
@sbueringer: Reopened this issue. In response to this:
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-sigs/prow repository. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Is it possible to work on the above task now? Our cluster has a large etcd db, which causes the learner to fail to promote to follower, so we have disabled kubeadm EtcdLearnerMode. However, this option was removed in v1.33 with GA. Therefore, we would like to use |
@fabriziopandini is just now taking a closer look at this issue and at least implement some part of it. (I let him respond if what you are asking for is covered there or not) |
#12282 implements changes for extra args, timeouts and image pull polices Other changes with broader impacts on other CAPI features are tracked in separated issues: Certificate management / renewal --> #12289 Proxy and DNS installation and management --> #12288 Support more EncryptionAlgorithm for certificates -> #10077 |
Uh oh!
There was an error while loading. Please reload this page.
What would you like to be added (User Story)?
As a user, I want to be able to create clusters with kubeadm 1.31 (which most probably is going to use v1beta4 API)
As a user, I want to be able to use latest and greatest introduced by kubeadm v1beta4 API
rif kubernetes/kubernetes#125029
Action Plan
Mandatory tasks to support Kubernetes v1.31:
Optional non breaking changes to be implemented ASAP:
cluster-api/controlplane/kubeadm/internal/filters.go
Line 220 in 57dc231
Changes deferred to when we implemening CAPI v1beta2 types
Changes deferred to when we review certificate management / renewal --> #12289
Changes deferred to when we review kubeadm/KCP addon management --> #12288
Changes deferred to when we implement EncryptionAlgorithm for certificates -> #10077
Label(s) to be applied
/kind feature
The text was updated successfully, but these errors were encountered: