Hello, I need to setup my cluster AKS to use an NGINX ingress controller
which image should I use? currently I am using this one image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.15
The latest version available is 0.21.0
and can be downloaded from here:
quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.21.0
For this sort of stuff, its best to go right to the repo to find what is the latest version available:
Hope that helps!
thanks! I ll try it this morning and I will let you know
I have upgraded the image and it worked properly
Thanks!