From c55dea4dd371d7a17178fcdd0d6a00a2984af6a3 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 26 Nov 2019 10:31:09 -0700 Subject: [PATCH] Say how to choose an installation method in installation section --- .../choosing-installation}/_index.md | 7 ++----- content/rancher/v2.x/en/overview/architecture/_index.md | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) rename content/rancher/v2.x/en/{overview/installation-options => installation/choosing-installation}/_index.md (89%) diff --git a/content/rancher/v2.x/en/overview/installation-options/_index.md b/content/rancher/v2.x/en/installation/choosing-installation/_index.md similarity index 89% rename from content/rancher/v2.x/en/overview/installation-options/_index.md rename to content/rancher/v2.x/en/installation/choosing-installation/_index.md index 55bf24e267f..a4d1cd4a3a5 100644 --- a/content/rancher/v2.x/en/overview/installation-options/_index.md +++ b/content/rancher/v2.x/en/installation/choosing-installation/_index.md @@ -1,5 +1,5 @@ --- -title: Installation Options +title: Choosing an Installation Method weight: 2 --- @@ -13,10 +13,7 @@ On a single node, Rancher is installed with Docker and many options are configur On a Kubernetes cluster, Rancher is installed with Helm, and Helm commands are used to pass in configuration options. [Helm]({{}}/rancher/v2.x/en/overview/architecture/concepts/#about-helm) is a Kubernetes package manager. -The simplest way to install Rancher is on a single node with direct access to the Internet. Other options require more steps: - -- For a high-availability installation, you need to first set up a Kubernetes cluster using the Rancher Kubernetes Engine, then install Rancher on the cluster. -- If the installation environment is behind an HTTP proxy or in an air gap environment, additional steps are required to work around the lack of direct access to DockerHub and GitHub. +The simplest way to install Rancher is on a single node with direct access to the Internet. Other options require more steps. For a high-availability installation, you need to first set up a Kubernetes cluster using the Rancher Kubernetes Engine, then install Rancher on the cluster. If the installation environment is behind an HTTP proxy or in an air gap environment, additional steps are required to work around the lack of direct access to DockerHub and GitHub. Depending on your environment, the result of of the extra steps is the increased security and reliability of Rancher. diff --git a/content/rancher/v2.x/en/overview/architecture/_index.md b/content/rancher/v2.x/en/overview/architecture/_index.md index 3414abec0db..87f8de08b43 100644 --- a/content/rancher/v2.x/en/overview/architecture/_index.md +++ b/content/rancher/v2.x/en/overview/architecture/_index.md @@ -5,7 +5,7 @@ weight: 1 This section focuses on the Rancher server, its components, and how Rancher communicates with downstream Kubernetes clusters. -For information on the different ways that Rancher can be installed, refer to the [installation options section.]({{}}/rancher/v2.x/en/overview/installation-options) +For information on the different ways that Rancher can be installed, refer to the [section on choosing an installation method.]({{}}/rancher/v2.x/en/installation/choosing-installation) For a list of main eatures of the Rancher API server, refer to the [overview section.]({{}}/rancher/v2.x/en/overview/#features-of-the-rancher-api-server)