Support installing "latest" EKS addon #5184
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
/kind feature
Describe the solution you'd like
Currently when you specify EKS addons to be installed in
AWSManagedControlPlane
you need to specify the specific version of the addon. It would also be good to support installing the latest supported version of the addon.So currently you need to do:
But it would also be nice to support the following:
If
latest
is specified then we need to query for the latest supported version for the cluster/k8s version (usingDescribeAddonVersions
) and use that.Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: