Merge pull request #2511 from rawmind0/master

Fix rancher upgrade instructions when cert-manager is updated
This commit is contained in:
Catherine Luse
2020-05-14 06:56:44 -07:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -115,7 +115,9 @@ If you are currently running the cert-manger whose version is older than v0.11,
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`. Note: There will be many more options from the previous step that need to be appended.
2. Uninstall and reinstall `cert-manager` according to the instructions on the [Upgrading Cert-Manager]({{<baseurl>}}/rancher/v2.x/en/installation/options/upgrading-cert-manager) page.
3. Reinstall Rancher to the latest version with all your settings. Take all the values from the step 1 and append them to the command using `--set key=value`. Note: There will be many more options from the step 1 that need to be appended.
```
helm install rancher rancher-<CHART_REPO>/rancher \
@@ -123,8 +125,6 @@ If you are currently running the cert-manger whose version is older than v0.11,
--set hostname=rancher.my.org
```
3. Uninstall and reinstall `cert-manager` according to the instructions on the [Upgrading Cert-Manager]({{<baseurl>}}/rancher/v2.x/en/installation/options/upgrading-cert-manager) page.
{{% /accordion %}}
{{% /tab %}}
@@ -110,15 +110,15 @@ helm upgrade rancher-<CHART_REPO>/rancher \
If you are currently running the cert-manger whose version is older than v0.11, and want to upgrade both Rancher and cert-manager to a newer version, then you need to reinstall both Rancher and cert-manger due to the API change in cert-manger v0.11.
Please refer the [Upgrading Cert-Manager]({{<baseurl>}}/rancher/v2.x/en/installation/options/upgrading-cert-manager) page for more information.
1. Uninstall Rancher
```
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`. Note: There will be many more options from the previous step that need to be appended.
2. Uninstall and reinstall `cert-manager` according to the instructions on the [Upgrading Cert-Manager]({{<baseurl>}}/rancher/v2.x/en/installation/options/upgrading-cert-manager/helm-2-instructions) page.
3. Reinstall Rancher to the latest version with all your settings. Take all the values from the step 1 and append them to the command using `--set key=value`. Note: There will be many more options from the step 1 that need to be appended.
```
helm install rancher-<CHART_REPO>/rancher \