easegress icon indicating copy to clipboard operation
easegress copied to clipboard

Should update the kubernetes ingress status or address when acting as a ingress controller

Open codering opened this issue 2 years ago • 1 comments

easegress does not set the ingress status of the fulfilled ingress, or address.

kubectl get ing  hello-world-test -o yaml | grep status -A 3
status:
  loadBalancer: {}

For more information reference: https://github.com/traefik/traefik/issues/3377

codering avatar Feb 11 '22 08:02 codering

Similiar enhancement in https://github.com/easegress-io/easegress/issues/1061

xxx7xxxx avatar Jan 28 '24 03:01 xxx7xxxx