-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
eks_managed_node_groups with irsa enabled fails #1894
Comments
I can confirm this. |
Yes looks like addon arn attachment didn't applies during module run. If initially create cluster with |
I just spend a day debugging why my nodes wouldn't attach to new clusters. Turns out I was running into this exact issue. Setting Not pretty, but it works |
yes, this was unfortunate to discover as well - I have updated the I've also added this scenario into the container roadmap proposal I submitted as well aws/containers-roadmap#1666 |
This issue has been resolved in version 18.8.0 🎉 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Hi Team, try to create eks cluster based on example with irsa enabling.
But faced with issue that aws-node didn't starts.
Maybe it is bug, or maybe i did something wrong or missed, could you please look on this?
Versions
1.15
"hashicorp/aws" >= 4.1.0
"gavinbunney/kubectl" >= 1.13.1
terraform-aws-modules/eks/aws
version = "18.7.2"
Reproduction
Steps to reproduce the behavior:
Code Snippet to Reproduce
Expected behavior
All cluster nodes Up and running
Actual behavior
Cluster nodes in Not ready state
The text was updated successfully, but these errors were encountered: