diff --git a/content/rancher/v2.x/en/installation/server-installation/ha-server-install/_index.md b/content/rancher/v2.x/en/installation/server-installation/ha-server-install/_index.md index dfe0a3a1325..d3d002aa927 100644 --- a/content/rancher/v2.x/en/installation/server-installation/ha-server-install/_index.md +++ b/content/rancher/v2.x/en/installation/server-installation/ha-server-install/_index.md @@ -8,18 +8,21 @@ You have the option of installing Rancher Server in a High-Availability (HA) con Install Rancher in an HA configuration using the Rancher Kubernetes Engine (RKE). RKE is Rancher's own fast and light-weight Kubernetes installer. Use RKE to set up a new cluster that deploys Rancher as an addon. +SSL is required to secure Rancher communications. Before completing one of the procedures below, complete the procedure in its companion note. + Complete one of the following procedures to install Rancher in an HA configuration. + - [SSL Passthrough]({{< baseurl >}}/rancher/v2.x/en/installation/server-installation/ha-server-install/ssl-passthrough/) In this scenario, your High-Availability Rancher Servers handle SSL decryption rather than a Load Balancer. - >**STOP** + >**Note:** > Before you begin this procedure, you must complete [SSL Config: In the Rancher Container]({{< baseurl >}}/rancher/v2.x/en/installation/ssl-config/#certificate-host-inside-the-rancher-container). - [SSL Termination]({{< baseurl >}}/rancher/v2.x/en/installation/server-installation/ha-server-install/ssl-termination/) In this scenario, your Load Balancer handles all SSL encryption, and then forwards on the communication within your Kubernetes cluster unencrypted. - >**STOP** + >**Note:** > Before you begin this procedure, you must complete [SSL Config: External Load Balancer or Proxy]({{< baseurl >}}/rancher/v2.x/en/installation/ssl-config/#instructions-for-the-loadbalancer-or-proxy). diff --git a/content/rancher/v2.x/en/installation/server-installation/ha-server-install/ssl-passthrough/_index.md b/content/rancher/v2.x/en/installation/server-installation/ha-server-install/ssl-passthrough/_index.md index 7b89be55732..75459618f60 100644 --- a/content/rancher/v2.x/en/installation/server-installation/ha-server-install/ssl-passthrough/_index.md +++ b/content/rancher/v2.x/en/installation/server-installation/ha-server-install/ssl-passthrough/_index.md @@ -77,7 +77,7 @@ rke version v During installation, RKE uses a `.yml` config file to install and configure your Kubernetes cluster. Download the `3-node-passthrough.yml` config file linked below to get you started. -[Download SSL Passthrough YAML Config Template](https://github.com/rancher/rancher/tree/master/rke-templates) +[Download SSL Passthrough YAML Config Template](https://github.com/rancher/rancher/blob/master/rke-templates/3-node-passthrough.yml) ### Edit YAML Template diff --git a/content/rancher/v2.x/en/installation/server-installation/ha-server-install/ssl-termination/_index.md b/content/rancher/v2.x/en/installation/server-installation/ha-server-install/ssl-termination/_index.md index 13da3d28dc4..e3d13a6edaa 100644 --- a/content/rancher/v2.x/en/installation/server-installation/ha-server-install/ssl-termination/_index.md +++ b/content/rancher/v2.x/en/installation/server-installation/ha-server-install/ssl-termination/_index.md @@ -92,7 +92,7 @@ rke version v During installation, RKE uses a `.yml` config file to install and configure your Kubernetes cluster. Download the `3-node-certificate.yml` config file linked below to get you started. -[Download 3-node-certificate.yml](https://github.com/rancher/rancher/tree/master/rke-templates) +[Download 3-node-certificate.yml](https://github.com/rancher/rancher/blob/master/rke-templates/3-node-certificate.yml) ### Edit YAML Template