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

Add status.version field in AWSManagedControlPlane

Open AbdullahAlShaad opened this issue 1 year ago • 1 comments
trafficstars

/kind feature

Describe the solution you'd like The field will be helpful when updating the Kubernetes version of AWSManagedControlPlane. The field can be updated to the newest version after successful upgrade operation.

Anything else you would like to add: Capi ControlPlaneContract checks the field status.update when updating the ControlPlane version through topology.

https://github.com/kubernetes-sigs/cluster-api/blob/main/internal/contract/controlplane.go#L64

AbdullahAlShaad avatar May 13 '24 09:05 AbdullahAlShaad