Ha edits (#77)

* added note that SSL is required. Linked directly to template yaml files

* updated SSL text
This commit is contained in:
Mark Bishop
2018-05-03 19:12:16 -07:00
committed by GitHub
parent 48ab4ecaa6
commit c0aa6a586c
3 changed files with 7 additions and 4 deletions
@@ -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).
@@ -77,7 +77,7 @@ rke version v<N.N.N>
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
@@ -92,7 +92,7 @@ rke version v<N.N.N>
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