From 61340e17ccf8e326ce47c7e9ae26b3acafccce6e Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Thu, 3 May 2018 14:18:12 -0700 Subject: [PATCH] fixed some typos --- .../ssl-passthrough/_index.md | 18 +++++++++--------- .../ssl-termination/_index.md | 16 ++++++++-------- 2 files changed, 17 insertions(+), 17 deletions(-) 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 821e111957a..babb6416d5d 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 @@ -71,15 +71,15 @@ rke version v ### Get YAML Config File Template -During installation, RKE uses a `.yml` config file to install and configure your Kubernetes cluster. Download the `.yml` config file linked below to get you started. +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](placeholder) +[Download SSL Passthrough YAML Config Template](https://github.com/rancher/rancher/tree/master/rke-templates) ### Edit YAML Template -Once you have the `.yml` config file template, edit the nodes section to point toward your Linux hosts. +Once you have `3-node-passthrough.yml`, edit the nodes section to point toward your Linux hosts. -1. Open the `.yml` config file that you just downloaded. +1. Open `3-node-passthrough.yml`, which you just downloaded. 2. Update the `nodes` section with your [Linux hosts](#provision-linux-hosts). @@ -126,16 +126,16 @@ Once you have the `.yml` config file template, edit the nodes section to point t ### Run RKE -Enter the command to run RKE while pointing to your `.yml` config file. RKE installs Kubernetes and Rancher using your parameters. +Enter the command to run RKE while pointing to `3-node-passthrough.yml`. RKE installs Kubernetes and Rancher using your parameters. -1. From your workstation, make sure your `.yml` config file and RKE are in the same directory. +1. From your workstation, make sure `3-node-passthrough.yml` and RKE are in the same directory. -2. Open a Terminal instance. Change to the directory that contains your config file and RKE. +2. Open a Terminal instance. Change to the directory that contains `3-node-passthrough.yml` and RKE. -3. Enter the following command, replacing the placeholder name with the name of the `.yml` config template that you used. +3. Enter the following command. ``` - rke up --config + rke up --config `3-node-passthrough.yml` ``` ### What's Next? 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 d08dc44d294..1fd83fc7c42 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 @@ -86,15 +86,15 @@ rke version v ### Get YAML Template -During installation, RKE uses a `.yml` config file to install and configure your Kubernetes cluster. Download the `.yml` config file linked below to get you started. +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 SSL Termination YAML Config Template](placeholder) +[Download 3-node-certificate.yml](https://github.com/rancher/rancher/tree/master/rke-templates) ### Edit YAML Template Once you have the `.yml` config file template, edit the nodes section to point toward your Linux hosts. -1. Open the `.yml` file that you just downloaded. +1. Open `3-node-certificate.yml`, which you just downloaded. 2. Update the `nodes` section with your [Linux hosts](#provision-linux-hosts). @@ -186,16 +186,16 @@ Once you have the `.yml` config file template, edit the nodes section to point t ### Run RKE -Enter the command to run RKE while pointing to your `.yml` config file. RKE installs Kubernetes and Rancher using your parameters. +Enter the command to run RKE while pointing to `3-node-certificate.yml`. RKE installs Kubernetes and Rancher using your parameters. -1. From your workstation, make sure your `.yml` config file and RKE are in the same directory. +1. From your workstation, make sure `3-node-certificate.yml` and RKE are in the same directory. -2. Open a Terminal instance. Change to the directory that contains your config file and RKE. +2. Open a Terminal instance. Change to the directory that contains `3-node-certificate.yml` and RKE. -3. Enter the following command, replacing the placeholder name with the name of the `.yml` config template that you used. +3. Enter the following command. ``` - rke up --config + rke up --config 3-node-certificate.yml ``` ### What's Next?