You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run this role the first time on a stack that has no load balancers, the role succeeds but the load balancer is not created.
We believe this is because some permissions have not been given to the EKS service role that is automatically created (as described in this comment)
I was able to get around this by purging the ingress controller, adding this policy to the EKS service role in the IAM admin and then re-running the role:
When you run this role the first time on a stack that has no load balancers, the role succeeds but the load balancer is not created.
We believe this is because some permissions have not been given to the EKS service role that is automatically created (as described in this comment)
I was able to get around this by purging the ingress controller, adding this policy to the EKS service role in the IAM admin and then re-running the role:
@copelco worked around it in a better way, by running this CLI command (source):
The text was updated successfully, but these errors were encountered: