From e11763fa3f4497763c01f44f8cedfef294127972 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Thu, 25 Jun 2020 15:49:42 -0700 Subject: [PATCH] Fix Rancher 2 upgrade command --- content/rancher/v2.x/en/upgrades/upgrades/ha/helm2/_index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/upgrades/upgrades/ha/helm2/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/ha/helm2/_index.md index d3c436b3307..11662d9fdd8 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/ha/helm2/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/ha/helm2/_index.md @@ -99,8 +99,7 @@ Upgrade Rancher to the latest version with all your settings. Take all the values from the previous step and append them to the command using `--set key=value`. Note: There will be many more options from the previous step that need to be appended. ``` -helm upgrade rancher-/rancher \ - --name rancher \ +helm upgrade --install rancher rancher-latest rancher-/rancher \ --namespace cattle-system \ --set hostname=rancher.my.org ```