Difference between revisions of "Error: Get"

From wikieduonline
Jump to navigation Jump to search
(Created page with " <pre> ╷ │ Error: Get "http://localhost/api/v1/namespaces/kube-system/configmaps/aws-auth": dial tcp [::1]:80: connect: connection refused │ │ with module.eks.kubern...")
 
Tags: Mobile web edit, Mobile edit
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  
<pre>
+
 
+
│ Error: Get "http://localhost/api/v1/namespaces/kube-system/configmaps/aws-auth": dial tcp [::1]:80: connect: connection refused
+
│ Error: Get "http://localhost/api/v1/namespaces/kube-system/configmaps/aws-auth": dial tcp [::1]:80: connect: [[connection refused]]
+
│  with module.eks.kubernetes_config_map.aws_auth[0],
+
│  with module.eks.kubernetes_config_map.aws_auth[0],
│  on .terraform/modules/eks/aws_auth.tf line 63, in resource "kubernetes_config_map" "aws_auth":
+
│  on .terraform/modules/eks/aws_auth.tf line 63, in resource "kubernetes_config_map" "aws_auth":
│  63: resource "kubernetes_config_map" "aws_auth" {
+
│  63: resource "kubernetes_config_map" "aws_auth" {
+
+
</pre>
+
 
 +
 +
│ Error: Get "http://localhost/apis/storage.k8s.io/v1/storageclasses/ebs-sc": dial tcp [::1]:80: connect: connection refused
 +
 +
│  with module.eks.kubernetes_storage_class_v1.this,
 +
│  on .terraform/modules/eks/main.tf line 200, in resource "kubernetes_storage_class_v1" "this":
 +
│  200:  resource "kubernetes_storage_class_v1" "this" {
 +
 +
 +
 +
Solution: review configuration of your [[Kubernetes provider]]
  
 
== See also ==
 
== See also ==
 +
* {{tf K8s}}
 
* {{Terraform EKS}}
 
* {{Terraform EKS}}
  
 
[[Category:EKS]]
 
[[Category:EKS]]
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 09:43, 20 March 2023


╷
│ Error: Get "http://localhost/api/v1/namespaces/kube-system/configmaps/aws-auth": dial tcp [::1]:80: connect: connection refused
│
│   with module.eks.kubernetes_config_map.aws_auth[0],
│   on .terraform/modules/eks/aws_auth.tf line 63, in resource "kubernetes_config_map" "aws_auth":
│   63: resource "kubernetes_config_map" "aws_auth" {
│
╵
╷
│ Error: Get "http://localhost/apis/storage.k8s.io/v1/storageclasses/ebs-sc": dial tcp [::1]:80: connect: connection refused
│
│   with module.eks.kubernetes_storage_class_v1.this,
│   on .terraform/modules/eks/main.tf line 200, in resource "kubernetes_storage_class_v1" "this":
│  200:   resource "kubernetes_storage_class_v1" "this" {
│
╵

Solution: review configuration of your Kubernetes provider

See also[edit]

Advertising: