I have had an issue like that on AKS (K8s version 1.22.4). I have two Nginx Ingress Controllers, Internal and External.
Only one worked at a time, Internal or external.
After specifying a unique **`election-id`** for each one the problem was fixed.
The following post may help: https://stackoverflow.com/a/72591382/4049017
I have had an issue like that on AKS (K8s version 1.22.4). I have two Nginx Ingress Controllers, Internal and External.
After specifying a unique **election-id** for each one the problem was fixed.
This post may help: https://stackoverflow.com/a/72591382/4049017