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

Upgrade coredns addon version #1443

Closed
wants to merge 1 commit into from
Closed

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Oct 14, 2024

Proposed changes

Fixes #1437

CoreDNS addon version used in tests is bumped to the latest available in to compensate for a "version not supported" error discovered by nightly tests:

https://docs.aws.amazon.com/eks/latest/userguide/managing-coredns.html

Related issues (optional)

Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@@ -66,7 +66,7 @@ const cluster4 = new eks.Cluster(`${projectName}-4`, {
const coredns = new eks.Addon("coredns", {
cluster: cluster3,
addonName: "coredns",
addonVersion: "v1.11.1-eksbuild.9",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should rather dynamically fetch the correct version using https://www.pulumi.com/registry/packages/aws/api-docs/eks/getaddonversion/. That way we'll not have to keep updating this

You'll have to do the same for the cluster-py example.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing in favor of #1441 I think that's fixed there with dynamic fetching.

@t0yv0 t0yv0 closed this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow failure: cron
3 participants