-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Specifying iam_path causes nodes to be unable to join cluster #893
Comments
Thank you for your report. Would impact worker roles passed in by users too. I've filed a "community request" in the EKS roadmap repo about this issue too. Their service creates an entry in the aws-auth ConfigMap with the full ARN which then Terraform will want to remove on the next apply. aws/containers-roadmap#926 Does not impact the module's classic workers to bug/feature in aws-auth.tf. |
Unfortunately, #894 causes EKS to report that the node group is degraded stating that the worker nodes do not have access to the cluster (which doesn't seem to be the case), but it's blocking any updates to the node group, i.e. scaling settings, upgrades to the node group AMI, etc. The current workaround I have places two entries in the
I think this might be a decent workaround until aws/containers-roadmap#926 is resolved. |
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. |
I have issues
I'm submitting a...
What is the current behavior?
When supplying
iam_path
to this module, worker nodes are unable to join the cluster.If this is a bug, how to reproduce? Please include a code sample if relevant.
What's the expected behavior?
That the nodes are able to join the cluster.
Are you able to fix this problem and submit a PR? Link here if you have already.
#894
Environment details
v12.0.0
v0.12.25
Any other relevant info
This appears to be a bug in
aws-iam-authenticator
. A potential workaround is to render ARNS in theaws-auth
ConfigMap without theiam_path
(could use something likereplace()
The text was updated successfully, but these errors were encountered: