반응형
│ Error: Get "http://localhost/api/v1/namespaces/kube-system/configmaps/aws-auth": dial tcp [::1]:80: connect: connection refused
│
│ with module.eks.module.eks.kubernetes_config_map_v1_data.aws_auth[0],
│ on .terraform/modules/eks.eks/main.tf line 431, in resource "kubernetes_config_map_v1_data" "aws_auth":
│ 431: resource "kubernetes_config_map_v1_data" "aws_auth" {
로컬에서 terrafrom을 활용하여 EKS를 삭제하려고 했지만, 위와같은 에러문이 발생하여 쉽게 삭제가 안되었다.
이럴때 아래의 명령어로 state를 삭제해준 이후에 terraform apply를 해주면된다.
terraform state rm module.eks.module.eks.kubernetes_config_map_v1_data.aws_auth
반응형
'Data > Data Engineering' 카테고리의 다른 글
[Airflow] 다중 클러스터에서 Airflow Celery Worker 환경 구성하기 (11) | 2022.08.10 |
---|---|
[Docker] 간단한 명령어 정리 (0) | 2022.07.07 |
[k8s] "vingress.elbv2.k8s.aws" ... context deadline exceeded 오류 해결 (1) | 2022.05.23 |
[Terraform] EKS iam terraform 배포시 "The configmap "aws-auth" does not exist" 에러 해결 방법 (0) | 2022.05.13 |
[Terraform] gitlab CI/CD local terminal 에서 실행해보기 (0) | 2022.05.10 |