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
When I need to deploy two kinds of nginx ingress controller in the same namespace, there is conflict between them. Only one kind of IC will work normally.
The reason is that the election id for status sync is hardcoded "ingress-controller-leader". #149 is not suitable for me. I think the better solution is enable custom election id.
The text was updated successfully, but these errors were encountered:
When I need to deploy two kinds of nginx ingress controller in the same namespace, there is conflict between them. Only one kind of IC will work normally.
The reason is that the election id for status sync is hardcoded "ingress-controller-leader".
#149 is not suitable for me. I think the better solution is enable custom election id.
The text was updated successfully, but these errors were encountered: