-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate Target Groups #698
Comments
Any thoughts. We need to get to PROD asap. |
Hey @mclite , |
I did a clean uninstall of controller, upgraded to 1.30 and re-installed it on 1.30. I'm still getting duplicate target groups and a service with no listener now. @mikestvz |
Looks like the ServceExport and HTTPRoute are creating target groups based on the AWS resource tags. |
I installed the aws-application-networking-k8s into my EKS 1.29 cluster so that we can start using services between our clusters. For some reason it's creating two target groups, one with targets and one without. The controller is attaching our Lattice service to the target group with no targets. When I check the controller logs it seems to be running the reconciliation process with no errors.
We need figure out whats happening with the Lattice Service -> Lattice Target group assignment.
These are the two CRD/Controller verions
https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.1.0
https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.2.1
The text was updated successfully, but these errors were encountered: