h3poteto / aws-global-accelerator-controller

A Kubernetes controller for Global Accelerators and Route53
Apache License 2.0
26 stars 8 forks source link

Changing `endpointGroupArn` on `EndpointGroupBinding` doesn't update Endpoint Group #174

Closed icco closed 4 months ago

icco commented 4 months ago

If the EndpointGroupBinding changes, the controller doesn't seem to pick up the changes. This was noticed by us when we changed endpointGroupArn. Deleting and recreating the EndpointGroupBinding caused the controller to get the changes and update the endpoint group correctly.

h3poteto commented 4 months ago

Refs: https://github.com/h3poteto/aws-global-accelerator-controller/blob/d148df2da92625fee9db8a5b55e3f51dca36c371/pkg/controller/endpointgroupbinding/controller.go#L85