contour icon indicating copy to clipboard operation
contour copied to clipboard

GatewayAPI: fix LB status address exception

Open izturn opened this issue 1 year ago • 5 comments
trafficstars

Signed-off-by: Gang Liu [email protected]

When the user explicitly specifies an address, but the load balancer has not yet assigned this specified address to the gateway, the current logic here evaluates to false. After subsequently receiving the updated address status, the related update logic will not be triggered again (as currently only the generation is compared), so this situation is treated as true.

izturn avatar Aug 27 '24 09:08 izturn