-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
map_additional_iam_users does not work #63
Comments
I deployed eks cluster with
|
I managed map_additional_iam_users for aws-auth configmap with
and using
in From your README
If I set
|
while
It seems all are working fine If I set |
I also had issue when setting On build, the setting worked correctly, but on next When setting Using |
I'm glad you filed this bug, because I couldn't make myself to notice the line related to |
Is there any drawback in leaving this parameter to |
After setting the aforementioned tag to
Is the setting of Edit: I ran |
Update: I encountered the same error The only workaround I could find was to disable parallelism: I think there's a race condition or a missing dependency lurking somewhere. |
I have also this error. |
The solution we went for eventually (at least in one of our projects) was to disable |
By default, In PR #119 I have corrected the README to address the issue of changing |
Describe the Bug
First Created a eks cluster without any map_additional_iam_users variable
then added the following lines into terraform.tfvars and run
then
does not show any change
The text was updated successfully, but these errors were encountered: