mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Issue 25580
This commit is contained in:
+3
-1
@@ -118,9 +118,11 @@ If you are currently running the cert-manger whose version is older than v0.11,
|
|||||||
1. Uninstall Rancher
|
1. Uninstall Rancher
|
||||||
|
|
||||||
```
|
```
|
||||||
helm delete rancher -n cattle-system
|
helm delete rancher
|
||||||
```
|
```
|
||||||
|
|
||||||
|
In case this results in an error that the release "rancher" was not found, make sure you are using the correct deployment name. Use `helm list` to list the helm-deployed releases.
|
||||||
|
|
||||||
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.
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user