diff --git a/content/rancher/v2.x/en/upgrades/upgrades/ha/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/ha/_index.md index b0fc9382a9d..84940d394ba 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/ha/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/ha/_index.md @@ -80,32 +80,32 @@ This section describes how to upgrade normal (Internet-connected) or air gap ins {{% tabs %}} {{% tab "HA Upgrade" %}} -1. Get the values, that were passed with `--set`, from the current Rancher helm chart installed. +Get the values, which were passed with `--set`, from the current Rancher Helm chart that is installed. - ``` - helm get values rancher +``` +helm get values rancher - hostname: rancher.my.org - ``` +hostname: rancher.my.org +``` - > **Note:** There will be more values that are listed with this command. This is just an example of one of the values. +> **Note:** There will be more values that are listed with this command. This is just an example of one of the values. -> **Note:** If you are also upgrading cert-manager to the latest version from a version older than 0.11.0, please follow Option B: Reinstalling Rancher, otherwise follow Option A: Upgrading Rancher +If you are also upgrading cert-manager to the latest version from a version older than 0.11.0, follow Option B: Reinstalling Rancher. Otherwise, follow Option A: Upgrading Rancher. -{{% accordion id="secret" label="Option A: Upgrading Rancher" %}} +{{% accordion label="Option A: Upgrading Rancher" %}} -1. Upgrade Rancher to the latest version with all your settings. +Upgrade Rancher to the latest version with all your settings. - - Take all the values from the previous step and append them to the command using `--set key=value`. +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 # Note: There will be many more options from the previous step that need to be appended. - ``` +``` +helm upgrade rancher rancher-/rancher \ +--set hostname=rancher.my.org # Note: There will be many more options from the previous step that need to be appended. +``` {{% /accordion %}} -{{% accordion id="secret" label="Option B: Reinstalling Rancher chart" %}} +{{% accordion label="Option B: Reinstalling Rancher chart" %}} 1. Uninstall Rancher @@ -113,9 +113,7 @@ This section describes how to upgrade normal (Internet-connected) or air gap ins helm delete rancher -n cattle-system ``` -2. Reinstall Rancher to the latest version with all your settings. - - - Take all the values from the previous step and append them to the command using `--set key=value`. +2. Reinstall Rancher to the latest version with all your settings. Take all the values from the previous step and append them to the command using `--set key=value`. ``` helm install rancher rancher-/rancher \