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
Currently, nginx ingress controller listen any IP via listen 80 and listen [::]:80.
But in some scenes, we need to deploy different classes of ingress controllers directly with host network, such as if we wanna use virtual IP in some host.
So we should add an option to specific address for nginx listener to avoid conflict.
Currently, nginx ingress controller listen any IP via
listen 80
andlisten [::]:80
.But in some scenes, we need to deploy different classes of ingress controllers directly with host network, such as if we wanna use virtual IP in some host.
So we should add an option to specific address for nginx listener to avoid conflict.
@aledbf @quickwind
The text was updated successfully, but these errors were encountered: