Difference between revisions of "Error: Get"
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: | ||
− | + | ||
− | ╷ | + | ╷ |
− | │ 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" { |
− | │ | + | │ |
− | ╵ | + | ╵ |
− | + | ||
+ | ╷ | ||
+ | │ 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]
- Terraform provider: Kubernetes,
kubernetes_storage_class_v1, kubernetes_persistent_volume, kubernetes_manifest, kubernetes daemonset, kubernetes_service, kubernetes_namespace, kubernetes_service_account, kubernetes_secret, kubernetes_namespace, kubernetes_service_account_v1, kubernetes_secret_v1, kubernetes horizontal pod autoscaler v1, kubernetes_ingress_v1, kubernetes_persistent_volume_claim_v1
- Terraform EKS, Terraform EKS module, Deploy EKS cluster using Terraform, Terraform EKS apply output,
terraform show, ~/.kube/config
,aws_eks_cluster, aws_eks_addon, module.eks_managed_node_group, eks-cluster.tf, node_groups, worker_groups
Advertising: