Documentation Center

Installing ingress-nginx

Procedure

Run the following command to install ingress-nginx.
helm upgrade --install ingress-nginx ingress-nginx --repo https://kubernetes.github.io/ingress-nginx
For Azure, you may have to override this value: controller.service.externalTrafficPolicy=Local. Otherwise, the traffic may not reach your cluster.
helm upgrade --install ingress-nginx ingress-nginx \
--set controller.service.externalTrafficPolicy=Local \
--repo https://kubernetes.github.io/ingress-nginx