Clarify when ingress needs to be deployed

This commit is contained in:
Catherine Luse
2020-12-18 14:37:40 -07:00
committed by GitHub
parent 4144939218
commit 834a47803a
@@ -17,7 +17,7 @@ Set up the Rancher server's local Kubernetes cluster.
The cluster requirements depend on the Rancher version:
- **As of Rancher v2.5,** Rancher can be installed on any Kubernetes cluster. This cluster can use upstream Kubernetes, or it can use one of Rancher's Kubernetes distributions, or it can be a managed Kubernetes cluster from a provider such as Amazon EKS.
> **Note:** For Rancher v2.5 in managed clusters, you should deploy a compatible Ingress controller first to configure [SSL termination on Rancher.]({{<baseurl>}}/rancher/v2.x/en/installation/install-rancher-on-k8s/#4-choose-your-ssl-configuration).
> **Note:** To deploy Rancher v2.5 on a hosted Kubernetes cluster such as EKS, GKE, or AKS, you should deploy a compatible Ingress controller first to configure [SSL termination on Rancher.]({{<baseurl>}}/rancher/v2.x/en/installation/install-rancher-on-k8s/#4-choose-your-ssl-configuration).
- **In Rancher v2.4.x,** Rancher needs to be installed on a K3s Kubernetes cluster or an RKE Kubernetes cluster.
- **In Rancher prior to v2.4,** Rancher needs to be installed on an RKE Kubernetes cluster.