Difference between revisions of "Manage aws auth configmap (Terraform EKS module)"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
* [[Terraform EKS module official usage example]] | * [[Terraform EKS module official usage example]] | ||
* [[Terraform EKS module]]: <code>[[aws_auth_users]]</code> | * [[Terraform EKS module]]: <code>[[aws_auth_users]]</code> | ||
− | * <code>[[create_aws_auth_configmap]]</code> | + | * [[Terraform EKS module]]: <code>[[create_aws_auth_configmap]]</code> |
* <code>[[kubectl describe configmap]]</code> | * <code>[[kubectl describe configmap]]</code> | ||
− | * <code>[[aws-auth]]</code> | + | * <code>[[aws-auth]]</code> ConfigMap |
== See also == | == See also == |
Revision as of 13:23, 19 September 2023
│ An argument named "manage_aws_auth_configmap" is not expected here.
Solution: make sure configuration is inside your eks module part of the code
Errors
Related
- Terraform EKS module official usage example
- Terraform EKS module:
aws_auth_users
- Terraform EKS module:
create_aws_auth_configmap
kubectl describe configmap
aws-auth
ConfigMap
See also
- Terraform EKS module:
manage_aws_auth_configmap, aws_auth_users, aws_auth_roles, aws_auth_accounts, userarn
- Terraform EKS module:
manage_aws_auth_configmap, create_aws_auth_configmap, aws_auth_roles, aws_auth_users, aws_auth_accounts, module.eks, Amazon EKS Blueprints for Terraform, OIDC
- AWS IAM Authenticator for Kubernetes:
aws-auth, kubectl edit -n kube-system configmap/aws-auth, eksctl create iamidentitymapping
,mapUsers:, mapRoles:, mapAccounts:
Advertising: