nginxminikubeingress-controller

How to enable an older version of NGINX ingress for minikube


I'm pretty sure I'm having issues related to the new 1.0.0 beta version of NGINX ingress controller. I'd like to downgrade to 0.49.0 (or something in the 0. series).

How can I downgrade the NGINX ingress controller version with minikube?


Solution

  • I'm afraid you cannot do it in a simple way i.e. by choosing the version of Minikube's ingress addon.

    You could either use an older version of Minikube which contains older version of nginx ingress controller or instead of enabling it as an addon you can manually install the version you want.