Possible bug? IP Whitelist not working in one environment but works in another #6658
-
Hello all, I have two environments "testing" and "qa". I set nginx-ingress in my cluster using Helm with Terraform:
Then my customValues file is as follows:
And then one of my ingresses is as follows:
However, IP Whitelist works on QA but no in testing, even though when I retrieve the configmaps and describe both ingresses they seem equal. Has anyone faced something similar? The only thing that I can think of is that in the past I tried to enabled proxy protocol in testing but ended up giving up. I have tried "kubectl rollout restart deployment testing-ingress-ingress-nginx-controller -n testing-ingress" as well. Thank you in advance and regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @javierguzman, it seems like you're using community k8s ingress controller but this repo is Nginx Ingress Controller. |
Beta Was this translation helpful? Give feedback.
hi @javierguzman, it seems like you're using community k8s ingress controller but this repo is Nginx Ingress Controller.
If you'd like to migrate over, please have a look at https://docs.nginx.com/nginx-ingress-controller/installation/ingress-nginx/. for IP allow and block listing see https://docs.nginx.com/nginx-ingress-controller/configuration/policy-resource/#accesscontrol