updates per Denise

This commit is contained in:
Mark Bishop
2018-10-18 11:49:50 -07:00
parent 4911d6066d
commit 5a5ed49bc0
4 changed files with 5 additions and 8 deletions
@@ -82,7 +82,7 @@ Fetch and render the `helm` charts on a system that has internet access.
If you are installing Rancher with Rancher self-signed certificates you will need to install 'cert-manager' on your cluster. If you are installing your own certificates you may skip this section.
Fetch the latest `cert-manager` chart from your Helm catalog.
Fetch the latest `cert-manager` chart from the [official Helm catalog](https://github.com/helm/charts/tree/master/stable).
```plain
helm fetch stable/cert-manager
@@ -98,7 +98,7 @@ helm template ./cert-manager-<version>.tgz --output-dir . \
#### Rancher
Install the Rancher chart repo. Replace `<CHART_REPO>` with the repository that you're using ('latest' or 'stable').
Install the Rancher chart repo. Replace `<CHART_REPO>` with the [repository that you're using]({{< baseurl >}}/rancher/v2.x/en/installation/server-tags/#rancher-chart-repositories) ('latest' or 'stable').
```plain
helm repo add rancher-<CHART_REPO> https://releases.rancher.com/server-charts/<CHART_REPO>
@@ -39,7 +39,7 @@ rancher-latest/rancher 2018.10.1 v2.1.0 Install Rancher Serve
Rancher relies on [cert-manager](https://github.com/kubernetes/charts/tree/master/stable/cert-manager) from the Kubernetes Helm stable catalog to issue self-signed or LetsEncrypt certificates.
Install `cert-manager` from your Helm catalog.
Install `cert-manager` from the [official Helm catalog](https://github.com/helm/charts/tree/master/stable).
```
@@ -49,4 +49,4 @@ Instructions on when to make these configurations are available in [High Availab
When installing Rancher in a high availability configuration, the latest version is used by default. However, if you want to install specific version of Rancher, you can set the `rancherImageTag` [option]({{< baseurl >}}/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/#advanced-options). This option sets the version of Rancher that's deployed when you install by Helm chart.
>**Note:** The versions of Rancher available in [chart repository](#rancher-chart-repositories) are different.
>**Note:** When using this option, you should avoid installing older versions of Rancher using newer Helm charts.
@@ -81,10 +81,7 @@ rancher-latest/rancher 2018.10.1 v2.1.0 Install Rancher Serve
helm upgrade rancher rancher-<CHART_REPO>/rancher --set hostname=rancher.my.org
```
> **Important:**
>
>- For any values listed from Step 2, you must use `--set key=value` to apply the same values to the helm chart.
>- During upgrade, you must use the Rancher chart repository that you used during initial install (either the `stable` or `latest` repository). For more information, see [Choosing a Version of Rancher: Rancher Chart Repositories]({{< baseurl >}}/rancher/v2.x/en/installation/server-tags/#rancher-chart-repositories).
> **Important:** For any values listed from Step 2, you must use `--set key=value` to apply the same values to the helm chart.
## Rolling Back