Difference between revisions of "Terraform EKS module: create aws auth configmap"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 14: Line 14:
 
   [[manage_aws_auth_configmap]] = true
 
   [[manage_aws_auth_configmap]] = true
  
 +
== Errors ==
 +
[[Error: Post]] "http://localhost/api/v1/namespaces/kube-system/configmaps": dial tcp [::1]:80: [[connect: connection refused
 +
]]
 
== Related ==
 
== Related ==
 
* <code>[[aws-auth]]</code> [[ConfigMap]]
 
* <code>[[aws-auth]]</code> [[ConfigMap]]

Revision as of 15:54, 22 March 2023

 create_aws_auth_configmap

https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/examples/complete/main.tf

 # Create a new cluster where both an identity provider and Fargate profile is created
 # will result in conflicts since only one can take place at a time
 # # OIDC Identity provider
 # cluster_identity_providers = {
 #   sts = {
 #     client_id = "sts.amazonaws.com"
 #   }
 # }

 # aws-auth configmap
 manage_aws_auth_configmap = true

Errors

Error: Post "http://localhost/api/v1/namespaces/kube-system/configmaps": dial tcp [::1]:80: [[connect: connection refused

]]

Related

See also

Advertising: