Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powerscale Upgrade #807

Merged
merged 3 commits into from
Aug 31, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 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 @@ -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 --upgrade
HarishH-DELL marked this conversation as resolved.
Show resolved Hide resolved
```