Link to K3s and RKE resources in installation docs

This commit is contained in:
Catherine Luse
2020-10-06 09:58:23 -07:00
parent c401598759
commit 1e383b168f
7 changed files with 14 additions and 20 deletions
@@ -1,5 +0,0 @@
---
title: Tutorials
weight: 10000
---
@@ -10,12 +10,19 @@ aliases:
- /rancher/v2.x/en/installation/install-rancher-on-k8s/install
---
> **Prerequisite:**
> Set up the Rancher server's local Kubernetes cluster.
>
> - 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.
> - 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.
# Prerequisite
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.
- **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.
For the tutorial to install an RKE Kubernetes cluster, refer to [this page.]({{<baseurl>}}/rancher/v2.x/en/installation/resources/k8s-tutorials/ha-rke/) For help setting up the infrastructure for a high-availability RKE cluster, refer to [this page.]({{<baseurl>}}/rancher/v2.x/en/installation/resources/k8s-tutorials/infrastructure-tutorials/infra-for-ha)
For the tutorial to install a K3s Kubernetes cluster, refer to [this page.]({{<baseurl>}}/rancher/v2.x/en/installation/resources/k8s-tutorials/ha-with-external-db) For help setting up the infrastructure for a high-availability K3s cluster, refer to [this page.]({{<baseurl>}}/rancher/v2.x/en/installation/resources/k8s-tutorials/infrastructure-tutorials/infra-for-ha-with-external-db)
# Install the Rancher Helm Chart
@@ -1,12 +1,8 @@
---
title: Running on ARM64 (Experimental)
title: "Running on ARM64 (Experimental)"
weight: 3
aliases:
<<<<<<< HEAD
- /rancher/v2.x/en/installation/options/arm64-platform
=======
- /rancher/v2.x/en/installation/options/arm64-platform/
>>>>>>> Fix installation doc errors
---
> **Important:**
@@ -4,11 +4,7 @@ weight: 5
aliases:
- /rancher/v2.x/en/installation/ha/create-nodes-lb/nlb
- /rancher/v2.x/en/installation/k8s-install/create-nodes-lb/nlb
<<<<<<< HEAD
- /rancher/v2.x/en/installation/options/nlb
=======
- /rancher/v2.x/en/installation/options/nlb/
>>>>>>> Fix installation doc errors
---
This how-to guide describes how to set up a Network Load Balancer (NLB) in Amazon's EC2 service that will direct traffic to multiple instances on EC2.