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

Support for EKS Auto Mode #1509

Closed
jhamman opened this issue Dec 2, 2024 · 5 comments · Fixed by #1519
Closed

Support for EKS Auto Mode #1509

jhamman opened this issue Dec 2, 2024 · 5 comments · Fixed by #1519
Assignees
Labels
kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Milestone

Comments

@jhamman
Copy link

jhamman commented Dec 2, 2024

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

AWS EKS has recently added a new "Auto Mode" feature: https://aws.amazon.com/blogs/aws/streamline-kubernetes-cluster-management-with-new-amazon-eks-auto-mode/. We would like to try this feature in our Pulumi-managed EKS cluster.

Specific questions:

  1. How can I create a new cluster with this mode enabled?
  2. can I upgrade an existing cluster to use this mode?

Affected area/feature

@jhamman jhamman added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Dec 2, 2024
@flostadler
Copy link
Contributor

Hey @jhamman, thanks a lot for this feature request!

In order to support this new feature we'll first need it to be supported in the upstream terraform provider. Good news is that the PR for this has already been merged and seems to be queued up for the next release. Once that's released, it'll get pulled into pulumi-aws shortly after.
After that we can start the work on adding support for this in pulumi-eks.

To answer your second question, according to AWS docs it seems like you can enable auto mode on existing clusters and migrate workloads safely: https://docs.aws.amazon.com/eks/latest/userguide/migrate-auto.html.

@flostadler flostadler added awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). and removed needs-triage Needs attention from the triage team labels Dec 3, 2024
@flostadler
Copy link
Contributor

Depends on: pulumi/pulumi-aws#4873

@mjeffryes mjeffryes added this to the 0.114 milestone Dec 3, 2024
@flostadler
Copy link
Contributor

Support for this landed in pulumi-aws just now. I'm working on adding support for it to pulumi-eks now

@flostadler flostadler removed the awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). label Dec 4, 2024
@flostadler
Copy link
Contributor

While implementing this I found a bug in the implementation of aws.eks.Cluster that prevents updating an existing cluster to use EKS Auto Mode: pulumi/pulumi-aws#4885

This bug is in turn caused by the following upstream bug: hashicorp/terraform-provider-aws#40411
I'm investigating what options we have to work around this

@pulumi-bot
Copy link
Contributor

This issue has been addressed in PR #1519 and shipped in release v3.5.0.

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 resolution/fixed This issue was fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants