mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-16 01:53:51 +00:00
Edit docs about cert-manager
This commit is contained in:
@@ -30,7 +30,7 @@ To address these changes, this guide will do two things:
|
||||
|
||||
If you are running cert-manager version 0.11.x or above, please follow official [upgrading doc](https://cert-manager.io/docs/installation/upgrading/#upgrading-with-helm) to upgrade it using helm.
|
||||
|
||||
Continue reading if you are comming from a cert-manager version older than 0.11
|
||||
Continue reading if you are coming from a cert-manager version older than 0.11
|
||||
|
||||
> **Note:**
|
||||
> These instructions are applied if you have no plan to upgrade Rancher.
|
||||
|
||||
@@ -87,7 +87,7 @@ 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.
|
||||
|
||||
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`.
|
||||
If you are also upgrading cert-manager to the latest version from a version older than 0.11.0, follow `Option B: Reinstalling Rancher and cert-manager`. Otherwise, follow `Option A: Upgrading Rancher`.
|
||||
|
||||
{{% accordion label="Option A: Upgrading Rancher" %}}
|
||||
|
||||
@@ -105,12 +105,10 @@ helm upgrade rancher rancher-<CHART_REPO>/rancher \
|
||||
|
||||
{{% /accordion %}}
|
||||
|
||||
{{% accordion label="Option B: Reinstalling Rancher chart" %}}
|
||||
{{% accordion label="Option B: Reinstalling Rancher and cert-manager" %}}
|
||||
|
||||
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
|
||||
|
||||
```
|
||||
@@ -125,6 +123,8 @@ Please refer the [Upgrading Cert-Manager]({{<baseurl>}}/rancher/v2.x/en/installa
|
||||
--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 %}}
|
||||
|
||||
Reference in New Issue
Block a user