Edit docs about cert-manager

This commit is contained in:
Catherine Luse
2020-04-01 22:49:28 -07:00
parent 2b5994b175
commit 9f35db53a8
2 changed files with 5 additions and 5 deletions
@@ -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 %}}