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.
This commit is contained in:
parent
9e3c528640
commit
4ad67e125e
1 changed files with 2 additions and 0 deletions
|
@ -235,6 +235,8 @@ helm repo update
|
||||||
helm install ingress-nginx ingress-nginx/ingress-nginx
|
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:
|
## Detect installed version:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Reference in a new issue