mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
syncing v2.6 page with PR 747 (#754)
This commit is contained in:
+19
@@ -131,6 +131,15 @@ There will be more values that are listed with this command. This is just an exa
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
Your deployment name may vary; for example, if you're deploying Rancher through the AWS Marketplace, the deployment name is 'rancher-stable'.
|
||||||
|
Thus:
|
||||||
|
```
|
||||||
|
helm get values rancher-stable -n cattle-system
|
||||||
|
|
||||||
|
hostname: rancher.my.org
|
||||||
|
```
|
||||||
|
:::
|
||||||
|
|
||||||
If you are upgrading cert-manager to the latest version from v1.5 or below, follow the [cert-manager upgrade docs](../resources/upgrade-cert-manager.md#option-c-upgrade-cert-manager-from-versions-15-and-below) to learn how to upgrade cert-manager without needing to perform an uninstall or reinstall of Rancher. Otherwise, follow the [steps to upgrade Rancher](#steps-to-upgrade-rancher) below.
|
If you are upgrading cert-manager to the latest version from v1.5 or below, follow the [cert-manager upgrade docs](../resources/upgrade-cert-manager.md#option-c-upgrade-cert-manager-from-versions-15-and-below) to learn how to upgrade cert-manager without needing to perform an uninstall or reinstall of Rancher. Otherwise, follow the [steps to upgrade Rancher](#steps-to-upgrade-rancher) below.
|
||||||
|
|
||||||
@@ -152,6 +161,16 @@ The above is an example, there may be more values from the previous step that ne
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
If you deploy Rancher through the AWS Marketplace, the deployment name is 'rancher-stable'.
|
||||||
|
Thus:
|
||||||
|
```
|
||||||
|
helm upgrade rancher-stable rancher-<CHART_REPO>/rancher \
|
||||||
|
--namespace cattle-system \
|
||||||
|
--set hostname=rancher.my.org
|
||||||
|
```
|
||||||
|
:::
|
||||||
|
|
||||||
Alternatively, it's possible to export the current values to a file and reference that file during upgrade. For example, to only change the Rancher version:
|
Alternatively, it's possible to export the current values to a file and reference that file during upgrade. For example, to only change the Rancher version:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user