cluster-api-provider-aws icon indicating copy to clipboard operation
cluster-api-provider-aws copied to clipboard

Unlocking independent API version updates

Open sedefsavas opened this issue 3 years ago • 0 comments
trafficstars

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 https://github.com/kubernetes-sigs/cluster-api/pull/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.

sedefsavas avatar Jul 28 '22 17:07 sedefsavas