terraform-aws-modules / terraform-aws-eks

Terraform module to create Amazon Elastic Kubernetes (EKS) resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/eks/aws
Apache License 2.0
4.47k stars 4.08k forks source link

AWS CLB creation question #3122

Closed xjtupdy closed 3 months ago

xjtupdy commented 3 months ago

Is your request related to a new offering from AWS?

No.

Is your request related to a problem? Please describe.

I am creating a CLB using Legacy Cloud Provider in EKS created by terraform-aws-eks module. I got this error: Error syncing load balancer: failed to ensure load balancer: Multiple tagged security groups found for instance i-0df9; ensure only the k8s security group is tagged; the tagged groups were sg-0704(uat-node-2024) sg-0597(uat-nodegroup).

Then I delete tag [kubernetes.io/cluster/my-cluster-name] of security group sg-0704(uat-node-2024) in the Console. The CLB is created.

Could someone tell me how can I remove the tag associated to the node security group in the eks module? Or some other good solutions to solve the CLB question.

xjtupdy commented 3 months ago

closed with https://github.com/terraform-aws-modules/terraform-aws-eks/pull/1774

github-actions[bot] commented 2 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.