Update content/rancher/v2.6/en/installation/install-rancher-on-k8s/_index.md

Co-authored-by: Jen Travinski <jennifer.travinski@suse.com>
This commit is contained in:
Bastian Hofmann
2022-06-07 09:49:10 +02:00
committed by GitHub
co-authored by Jen Travinski
parent 69ce6c5833
commit 6f89e099f3
@@ -36,7 +36,7 @@ The Rancher UI and API is exposed through an Ingress. This means the Kubernetes
For RKE, RKE2 and K3s installations, you don't have to install the Ingress controller manually because one is installed by default.
For distributions that do not include an Ingress Controller by default, like a hosted Kubernetes cluster, such as EKS, GKE, or AKS, you have to deploy an Ingress controller first. Note, that the Rancher Helm chart does not set an ingressClassName on the ingress by default. Because of this, you have to configure the Ingress controller to also watch ingresses without an ingressClassName.
For distributions that do not include an Ingress Controller by default, like a hosted Kubernetes cluster such as EKS, GKE, or AKS, you have to deploy an Ingress controller first. Note that the Rancher Helm chart does not set an `ingressClassName` on the ingress by default. Because of this, you have to configure the Ingress controller to also watch ingresses without an `ingressClassName`.
Examples are included in the **Amazon EKS**, **AKS**, and **GKE** tutorials above.