-
Notifications
You must be signed in to change notification settings - Fork 82
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
Comments
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 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. |
Depends on: pulumi/pulumi-aws#4873 |
Support for this landed in |
While implementing this I found a bug in the implementation of This bug is in turn caused by the following upstream bug: hashicorp/terraform-provider-aws#40411 |
This issue has been addressed in PR #1519 and shipped in release v3.5.0. |
Hello!
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:
Affected area/feature
The text was updated successfully, but these errors were encountered: