From 02ed4836f30733816bf50cdcbc59a5f086924ff5 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Wed, 10 Feb 2021 18:04:18 -0700 Subject: [PATCH] Adjust Helm 2 upgrade command in versioned docs, replicating PR #3011 --- .../install-rancher-on-k8s/upgrades/helm2/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.0-v2.4/en/installation/install-rancher-on-k8s/upgrades/helm2/_index.md b/content/rancher/v2.0-v2.4/en/installation/install-rancher-on-k8s/upgrades/helm2/_index.md index 2d949800f9e..c86106ec751 100644 --- a/content/rancher/v2.0-v2.4/en/installation/install-rancher-on-k8s/upgrades/helm2/_index.md +++ b/content/rancher/v2.0-v2.4/en/installation/install-rancher-on-k8s/upgrades/helm2/_index.md @@ -118,8 +118,9 @@ If you are currently running the cert-manger whose version is older than v0.11, 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]({{}}/rancher/v2.0-v2.4/en/installation/options/upgrading-cert-manager/helm-2-instructions) page.