How to configure ingress controller to use external IPs for ingress address field?

Hi, I’m using ingress-nginx, and I’m trying to get it to set the Ingress.Address fields with an externalIP address (a public gateway for my private network). The ingress-nginx-controller service is configured with type=NodePort with externalIPs= (This seems to be supported), and the ingress-nginx-controller service correctly displays the desired external IP; however, the ingresses’ Address field is set to the IP addresses of the node(s) that are running the ingress-nginx-controller pods instead of the desired externalIP address.

Any help is appreciated!

I worked around my issue by passing --publish-status-address=<ip-address> in the controller Deployment/DaemonSet.