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
We were trying to determine how to specify a static ip for the ingress, so this sounds promising but I'm unclear on how the LoadBalancer service works in concert with the ingress and ingress controller in this scenario.
I'd like to use a static IP for my ingress. Currently, the Nginx Ingress Controller allocates a new loadBalancerIP each time it starts.
For Services, it's possible to pin the IP using
loadBalancerIP: 1.2.3.4
. Is this possible in the Nginx Ingress Controller?If not, is there some other approach that can be used to pin the IP of an Ingress?
(Copied from contrib issue kubernetes-retired/contrib#2221)
The text was updated successfully, but these errors were encountered: