You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: My ingress-nginx service is type: NodePort and lists externalIPs. After upgrading to 0.26, the ingress resources started being given the cluster-internal IP instead of the external IP of the service:
NAMESPACE NAME HOSTS ADDRESS PORTS AGE
public underyx-me-ingress underyx.me,www.underyx.me 10.96.68.61 80, 443 7d18h
What you expected to happen: The ingress resources should report their external IP address.
How to reproduce it (as minimally and precisely as possible): Configure your service like this
Anything else we need to know: This was probably broken with #4490. It seems like #4700 attempted to fix it but it still doesn't work for me in 0.26.2.
The text was updated successfully, but these errors were encountered:
NGINX Ingress controller version: 0.26.0 - 0.26.2 (working correctly on 0.25.1)
What happened: My ingress-nginx service is
type: NodePort
and listsexternalIPs
. After upgrading to 0.26, the ingress resources started being given the cluster-internal IP instead of the external IP of the service:What you expected to happen: The ingress resources should report their external IP address.
How to reproduce it (as minimally and precisely as possible): Configure your service like this
Anything else we need to know: This was probably broken with #4490. It seems like #4700 attempted to fix it but it still doesn't work for me in 0.26.2.
The text was updated successfully, but these errors were encountered: