Difference between revisions of "Module.eks.kubernetes config map.aws auth"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} module.eks.kubernetes_config_map.aws_auth[0]: Creating... ╷ │ Error: Post "http://localhost/api/v1/namespaces/kube-system/configmaps": dial tcp [::1]:80: connec...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
  module.eks.kubernetes_config_map.aws_auth[0]: Creating...
+
  [[module.eks]].[[kubernetes_config_map]].aws_auth[0]: Creating...
 
  ╷
 
  ╷
 
  │ Error: Post "http://localhost/api/v1/namespaces/kube-system/configmaps": dial tcp [::1]:80: connect: connection refused
 
  │ Error: Post "http://localhost/api/v1/namespaces/kube-system/configmaps": dial tcp [::1]:80: connect: connection refused
Line 10: Line 10:
 
  │
 
  │
 
  ╵
 
  ╵
 +
 +
Solution: review Kubernetes provider in providers.tf is configured/properly configured
 +
 +
 +
 +
[[Terraform resource: kubernetes config map]]
 +
 +
== See also ==
 +
* {{module.eks}}
 +
* {{aws_auth}}

Latest revision as of 16:56, 24 October 2023

module.eks.kubernetes_config_map.aws_auth[0]: Creating...
╷
│ Error: Post "http://localhost/api/v1/namespaces/kube-system/configmaps": dial tcp [::1]:80: connect: connection refused
│
│   with module.eks.kubernetes_config_map.aws_auth[0],
│   on .terraform/modules/eks/main.tf line 536, in resource "kubernetes_config_map" "aws_auth":
│  536: resource "kubernetes_config_map" "aws_auth" {
│
╵
Solution: review Kubernetes provider in providers.tf is configured/properly configured


Terraform resource: kubernetes config map

See also[edit]

Advertising: