-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Creating a NLB load balancer sometimes fails (lacking "ec2:DescribeInternetGateways" permission) #2570
Comments
We probably need to tweak: According to the AWS doc we need following permissions:
Some projects (the issue is also worth reading) only adds |
Can you confirm this solves the issue reliably? By the logic of terraform-aws-modules/terraform-aws-eks#183 (comment) (linked in #2488 as well) this still isn't sufficient. |
As it only happens sometimes it is very hard to test. Should we just add the 3 permissions mentioned in that comment? |
Fix #2570 Co-authored-by: Mike Beaumont <mjboamail@gmail.com>
What happened?
I tried creating a NLB load balancer and sometimes it work and sometimes it fails with:
What you expected to happen?
EKS should always succeed creating a NLB load balancer.
How to reproduce it?
Anything else we need to know?
eksctl
is downloaded from the release page and run inside a GitHub Actions environment (Ubuntu 18.04) with a IAM user withIAMFullAccess
andPowerUserAccess
.kubectl
is run from Ubuntu 20.04 running on WSL2 with a IAM Role mapped tosystem:masters
.Versions
The text was updated successfully, but these errors were encountered: