From fd76997b09c34b4e2947840647717251c3f8b21d Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Fri, 19 Oct 2018 12:22:47 -0700 Subject: [PATCH] small edits after seeing the previous review --- content/rancher/v2.x/en/installation/server-tags/_index.md | 2 +- .../upgrades/upgrades/ha-server-upgrade-helm-airgap/_index.md | 2 +- .../en/upgrades/upgrades/ha-server-upgrade-helm/_index.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/rancher/v2.x/en/installation/server-tags/_index.md b/content/rancher/v2.x/en/installation/server-tags/_index.md index 91cc9947ed3..589c3844a80 100644 --- a/content/rancher/v2.x/en/installation/server-tags/_index.md +++ b/content/rancher/v2.x/en/installation/server-tags/_index.md @@ -66,7 +66,7 @@ After installing Rancher, if you want to change which Helm chart repository to i rancher- https://releases.rancher.com/server-charts/ ``` -2. Remove the existing Helm Chart repository that contains your charts to install Rancher. This could either be `rancher-stable` or `rancher-latest` depending on what you had initially added. +2. Remove the existing Helm Chart repository that contains your charts to install Rancher, which will either be `rancher-stable` or `rancher-latest` depending on what you had initially added. ``` helm repo remove rancher- diff --git a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm-airgap/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm-airgap/_index.md index 02b1a98d401..b79bff45c79 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm-airgap/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm-airgap/_index.md @@ -47,7 +47,7 @@ The following instructions will guide you through upgrading a high-availability 3. Fetch the latest chart to install Rancher from the Helm chart repository. - This command will pull down the latest chart and save it in the current directory as a `.tgz` file. Replace `` with the name of the repository name found in Step 2. + This command will pull down the latest chart and save it in the current directory as a `.tgz` file. Replace `` with the name of the repository name that was listed (i.e. `latest` or `stable`). ```plain diff --git a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md index 6d3559c7d89..6b0aa735bdb 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md @@ -68,8 +68,8 @@ The following instructions will guide you through upgrading a high-availability 4. Upgrade Rancher to the latest version based on values from the previous steps. - - Replace `` with the repository that you listed in Step 2 (i.e. `latest` or `stable`). - - Take all the values from Step 3 and append them to the command using `--set key=value`. + - Replace `` with the repository that was listed (i.e. `latest` or `stable`). + - Take all the values from the previous step and append them to the command using `--set key=value`. ``` helm upgrade rancher rancher-/rancher --set hostname=rancher.my.org