Skip to content
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

Addon component should fetch the right addon version to use #1413

Open
flostadler opened this issue Oct 1, 2024 · 0 comments
Open

Addon component should fetch the right addon version to use #1413

flostadler opened this issue Oct 1, 2024 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@flostadler
Copy link
Contributor

Right now users have to find the right addon version to use with the cluster when using the Addon component. Otherwise it'll use the default version and never update. This can be problematic when updating the cluster and the addons are no longer compatible with the new cluster version.

The component should look up the correct version and set it by default. This can differentiate between the latest and EKS recommended version.

const addonVersion = aws.eks.getAddonVersionOutput(
                {
                    addonName: "vpc-cni",
                    kubernetesVersion: clusterVersion,
                    mostRecent: true, // set to false to use the recommended version
                },
            ).version;
@flostadler flostadler added the kind/enhancement Improvements or new features label Oct 1, 2024
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Oct 1, 2024
@flostadler flostadler removed the needs-triage Needs attention from the triage team label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants