From 4ad67e125ea46645b84f0e51ac903f37cad4282d Mon Sep 17 00:00:00 2001 From: mitchldtn <65378283+mitchldtn@users.noreply.github.com> Date: Sun, 10 Oct 2021 13:36:38 -0500 Subject: [PATCH] Update index.md (#7766) Proposal to add information to Helm Installation I can into an issue recently which cost me the better part of an afternoon and evening. The only information about some changes, I was not aware of, was in this blog post about improvements in 1.18. The information about the errors I was receiving lead me to dead ends prior to finding that blog post. `IngressClass` and `ingressClassName` are thrown around a lot and it can be confusing but it helped me to eventually find a solution. I kept getting `Error: rendered manifests contain a resource that already exists. Unable to continue with install: IngressClass "nginx" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata ...` and could not figure out how to fix it. I believe adding the proposed changes, or a version of them, would help eliminate that frustration I experienced for other users that may run into these issues. --- docs/deploy/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index f0a90e63d..559d74c58 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -235,6 +235,8 @@ helm repo update helm install ingress-nginx ingress-nginx/ingress-nginx ``` +[For multiple NGINX Ingress controllers](https://kubernetes.github.io/ingress-nginx/#how-to-easily-install-multiple-instances-of-the-ingress-nginx-controller-in-the-same-cluster) + ## Detect installed version: ```console