반응형
아래와 같이 aws-auth 관련 메시지 나올 때 해결책
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_v1_data.aws_auth[0],
│ on ../../../../../../../../aws/modules/eks/main.tf line 431, in resource "kubernetes_config_map_v1_data" "aws_auth":
│ 431: resource "kubernetes_config_map_v1_data" "aws_auth" {
tfstate에서 aws_auth삭제 후 다시 작업
terraform state rm module.eks.kubernetes_config_map_v1_data.aws_auth
반응형
'IT > Terraform' 카테고리의 다른 글
[Terraform] 테라폼 Best practice 네이밍 편 (0) | 2022.06.18 |
---|---|
[Terraform] Terragrunt 란? (Terragrunt 사용법과 활용방법) (0) | 2022.06.17 |
[Terraform] slice 사용하여 리스트의 startindex, endindex값 가져오기 (0) | 2022.06.16 |
[Terraform] terraform init Error 해결 (0) | 2022.05.09 |
[Terraform] AWS S3 Bucket Policy 규칙 추가 방법 (0) | 2022.05.01 |