Skip to content

Commit

Permalink
Powerscale Upgrade (#807)
Browse files Browse the repository at this point in the history
* Powerscale Upgrade

* Powerscale Upgrade

* Powerscale Upgrade
  • Loading branch information
HarishH-DELL authored Aug 31, 2023
1 parent 3de8733 commit 568face
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions content/docs/csidriver/upgradation/drivers/isilon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -27,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 --upgrade
./csi-install.sh --namespace isilon --values ./my-isilon-settings.yaml --helm-charts-version <version> --upgrade
```

0 comments on commit 568face

Please sign in to comment.