From c75c5429c092c8022e5dbdfecd510b121f7ae7ca Mon Sep 17 00:00:00 2001 From: HarishH-DELL Date: Thu, 31 Aug 2023 18:43:45 +0530 Subject: [PATCH 1/3] Powerscale Upgrade --- content/docs/csidriver/upgradation/drivers/isilon.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/docs/csidriver/upgradation/drivers/isilon.md b/content/docs/csidriver/upgradation/drivers/isilon.md index b0e0945416..28404c57c7 100644 --- a/content/docs/csidriver/upgradation/drivers/isilon.md +++ b/content/docs/csidriver/upgradation/drivers/isilon.md @@ -15,8 +15,7 @@ You can upgrade the CSI Driver for Dell PowerScale using Helm or Dell CSI Operat **Steps** -1. Clone the repository using `git clone -b v2.8.0 https://github.com/dell/csi-powerscale.git`, - and `cd csi-powerscale ` clone the helm repository using `git clone -b csi-isilon-2.8.0 https://github.com/dell/helm-charts` +1. Clone the repository using `git clone -b v2.8.0 https://github.com/dell/csi-powerscale.git` 2. Change to directory dell-csi-helm-installer to install the Dell PowerScale `cd dell-csi-helm-installer` 3. Upgrade the CSI Driver for Dell PowerScale using following command: @@ -28,5 +27,5 @@ You can upgrade the CSI Driver for Dell PowerScale using Helm or Dell CSI Operat Edit the _my-isilon-settings.yaml_ as per the requirements. ```bash - ./csi-install.sh --namespace isilon --values ./my-isilon-settings.yaml --upgrade + ./csi-install.sh --namespace isilon --values ./my-isilon-settings.yaml --helm-charts-version csi-isilon-2.8.0 --skip-verify --upgrade ``` From bc82dc6587a376bd40c4e5ca28ec6a5f3f0cd615 Mon Sep 17 00:00:00 2001 From: HarishH-DELL Date: Thu, 31 Aug 2023 18:46:29 +0530 Subject: [PATCH 2/3] Powerscale Upgrade --- content/docs/csidriver/upgradation/drivers/isilon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/csidriver/upgradation/drivers/isilon.md b/content/docs/csidriver/upgradation/drivers/isilon.md index 28404c57c7..01fd8c7fbd 100644 --- a/content/docs/csidriver/upgradation/drivers/isilon.md +++ b/content/docs/csidriver/upgradation/drivers/isilon.md @@ -27,5 +27,5 @@ You can upgrade the CSI Driver for Dell PowerScale using Helm or Dell CSI Operat Edit the _my-isilon-settings.yaml_ as per the requirements. ```bash - ./csi-install.sh --namespace isilon --values ./my-isilon-settings.yaml --helm-charts-version csi-isilon-2.8.0 --skip-verify --upgrade + ./csi-install.sh --namespace isilon --values ./my-isilon-settings.yaml --helm-charts-version csi-isilon-2.8.0 --upgrade ``` From dbd49040b9b82b8755413e3ac786dec874a52196 Mon Sep 17 00:00:00 2001 From: HarishH-DELL Date: Thu, 31 Aug 2023 19:52:30 +0530 Subject: [PATCH 3/3] Powerscale Upgrade --- content/docs/csidriver/upgradation/drivers/isilon.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/docs/csidriver/upgradation/drivers/isilon.md b/content/docs/csidriver/upgradation/drivers/isilon.md index 01fd8c7fbd..c6f8e20c57 100644 --- a/content/docs/csidriver/upgradation/drivers/isilon.md +++ b/content/docs/csidriver/upgradation/drivers/isilon.md @@ -26,6 +26,12 @@ You can upgrade the CSI Driver for Dell PowerScale using Helm or Dell CSI Operat ``` Edit the _my-isilon-settings.yaml_ as per the requirements. + ```bash + ./csi-install.sh --namespace isilon --values ./my-isilon-settings.yaml --upgrade + ``` + OR + + To upgrade particular version ```bash - ./csi-install.sh --namespace isilon --values ./my-isilon-settings.yaml --helm-charts-version csi-isilon-2.8.0 --upgrade + ./csi-install.sh --namespace isilon --values ./my-isilon-settings.yaml --helm-charts-version --upgrade ```