Difference between revisions of "Manage aws auth configmap (Terraform EKS module)"
Jump to navigation
Jump to search
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | * https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest#input_manage_aws_auth_configmap | ||
+ | Default: false | ||
manage_aws_auth_configmap = true | manage_aws_auth_configmap = true | ||
Line 7: | Line 9: | ||
│ An argument named "manage_aws_auth_configmap" is not expected here. | │ An argument named "manage_aws_auth_configmap" is not expected here. | ||
− | + | ||
Solution: make sure configuration is inside your [[eks module]] part of the code | Solution: make sure configuration is inside your [[eks module]] part of the code | ||
+ | Error: The configmap "[[aws-auth]]" does not exist | ||
== Errors == | == Errors == | ||
* [[Your current user or role does not have access to Kubernetes objects on this EKS cluster]] | * [[Your current user or role does not have access to Kubernetes objects on this EKS cluster]] | ||
+ | * [[Unauthorized]] | ||
== Related == | == Related == | ||
Line 21: | Line 25: | ||
* <code>[[kubectl describe configmap]]</code> | * <code>[[kubectl describe configmap]]</code> | ||
* <code>[[aws-auth]]</code> ConfigMap | * <code>[[aws-auth]]</code> ConfigMap | ||
+ | * <code>[[create_aws_auth_configmap]]</code> | ||
== See also == | == See also == |
Latest revision as of 08:49, 11 July 2024
Default: false
manage_aws_auth_configmap = true
│ An argument named "manage_aws_auth_configmap" is not expected here. Solution: make sure configuration is inside your eks module part of the code
Error: The configmap "aws-auth" does not exist
Errors[edit]
- Your current user or role does not have access to Kubernetes objects on this EKS cluster
- Unauthorized
Related[edit]
- Terraform EKS module official usage example
- Terraform EKS module:
aws_auth_users
- Terraform EKS module:
create_aws_auth_configmap
kubectl describe configmap
aws-auth
ConfigMapcreate_aws_auth_configmap
See also[edit]
- 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: