Closed xjtupdy closed 3 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.
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.