Difference between revisions of "Manage aws auth configmap (Terraform EKS module)"

From wikieduonline
Jump to navigation Jump to search
(Created page with " │ An argument named "manage_aws_auth_configmap" is not expected here. {{aws_auth}}")
Tags: Mobile web edit, Mobile edit
 
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{lc}}
 +
* https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest#input_manage_aws_auth_configmap
 +
Default: false
 +
 +
manage_aws_auth_configmap = true
 +
 +
  
  
 
  │ 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
 +
 +
 +
Error: The configmap "[[aws-auth]]" does not exist
 +
 +
== Errors  ==
 +
* [[Your current user or role does not have access to Kubernetes objects on this EKS cluster]]
 +
* [[Unauthorized]]
  
 +
== Related ==
 +
* [[Terraform EKS module official usage example]]
 +
* [[Terraform EKS module]]: <code>[[aws_auth_users]]</code>
 +
* [[Terraform EKS module]]: <code>[[create_aws_auth_configmap]]</code>
 +
* <code>[[kubectl describe configmap]]</code>
 +
* <code>[[aws-auth]]</code> ConfigMap
 +
* <code>[[create_aws_auth_configmap]]</code>
  
 +
== See also ==
 +
* {{aws_auth_users}}
 +
* {{aws_auth}}
 +
* {{aws-auth}}
  
{{aws_auth}}
+
[[Category:EKS]]

Latest revision as of 08:49, 11 July 2024

Advertising: