mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-19 19:35:17 +00:00
small edits after seeing the previous review
This commit is contained in:
@@ -66,7 +66,7 @@ After installing Rancher, if you want to change which Helm chart repository to i
|
||||
rancher-<CHART_REPO> https://releases.rancher.com/server-charts/<CHART_REPO>
|
||||
```
|
||||
|
||||
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-<CHART_REPO>
|
||||
|
||||
@@ -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 `<CHART_REPO>` 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 `<CHART_REPO>` with the name of the repository name that was listed (i.e. `latest` or `stable`).
|
||||
|
||||
|
||||
```plain
|
||||
|
||||
@@ -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 `<CHART_REPO>` 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 `<CHART_REPO>` 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-<CHART_REPO>/rancher --set hostname=rancher.my.org
|
||||
|
||||
Reference in New Issue
Block a user