murillio4 opened a new issue, #2643: URL: https://github.com/apache/apisix-ingress-controller/issues/2643
### Description Currently, the Kubernetes Gateway’s `status.addresses` field is populated from the GatewayProxy’s `statusAddress`, which must be manually configured and updated whenever the Service’s external IP changes. By allowing the GatewayProxy to reference a Kubernetes Service (e.g., like how control plane is referenced), the controller could automatically fetch the Service’s external IP and propagate it to the Gateway’s `status.addresses` field. This would make the Gateway’s status self-updating and fully aligned with the actual ingress Service state. Such functionality would: * Eliminate manual updates to `statusAddress` * Ensure the Gateway always exposes the correct external address -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
