-
Notifications
You must be signed in to change notification settings - Fork 580
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
Unlocking independent API version updates #3628
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
We have changed the API version to beta2, is this issue still needed? |
Good point. I think this is "done" now. |
@richardcase: Closing 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/test-infra repository. |
Up until now, CAPA was using the same API version with core Cluster API.
I want to open up the discussion to change that and update CAPA API versions as needed.
Some of the providers are already using their own versioning like Openstack and MicroVM and not matching with CAPI versioning. There is no blocker in the core cluster API to block this change. Plus, this makes our innovation/breaking change pace independent of another repo.
The main reason why we need this now is ClusterClass support for CAPA-managed clusters, which requires a breaking change.
Another reason why we need a new API version is ClusterClass support for EKS-managed clusters.
Following the managed Kubernetes proposal kubernetes-sigs/cluster-api#6988, we will need to make some CRD changes, possibly breaking.
Please comment if there are any concerns regarding this. I will also bring this up during Aug 8th community meeting.
The text was updated successfully, but these errors were encountered: