create eks with authentication_mode = "CONFIG_MAP"
consooo opened this issue · 1 comments
consooo commented
Hi Team,
this is a duplicate of #3206 because we encountered the same issue.
authenticationMode
has to be set to API_AND_CONFIG_MAP
for creating new clusters. So I think option CONFIG_MAP
should not be an allowed value due to the hardcoding of BootstrapClusterCreatorAdminPermissions: false
.
we now set additionally enable_cluster_creator_admin_permissions: true
as well. Is this configuration similar to the previous CONFIG_MAP
setting? There should be some mention of this in the upgrade guide: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/UPGRADE-20.0.md