h3poteto / aws-global-accelerator-controller

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

Unable to delete EndpointGroupBinding if endpointgroup no longer exists #208

Closed DemonICOLI closed 1 month ago

DemonICOLI commented 1 month ago

If i try to run kubectl delete endpointgroupbinding after deleting such resource in aws, it will hang and resource is not deleted

DemonICOLI commented 1 month ago

seem related to #198, However it was fixed by 0.14.1 and Helm Chart installs 0.14.0

DemonICOLI commented 1 month ago

a workaround is to set image.tag to 0.14.1 in the Helm Chart Values until the Chart is updated