Skip to content

Commit

Permalink
Changed clone args for csi powerflex
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-nijay committed Nov 10, 2021
1 parent 9e089fe commit 9128e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/csidriver/installation/helm/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ kubectl create -f deploy/kubernetes/snapshot-controller
## Install the Driver

**Steps**
1. Run `git clone https://github.com/dell/csi-powerflex.git` to clone the git repository.
1. Run `git clone -b v2.0.0 https://github.com/dell/csi-powerflex.git` to clone the git repository.

2. Ensure that you have created a namespace where you want to install the driver. You can run `kubectl create namespace vxflexos` to create a new one.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/csidriver/upgradation/drivers/powerflex.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can upgrade the CSI Driver for Dell EMC PowerFlex using Helm or Dell CSI Ope

## Update Driver from v1.4/v1.5 to v2.0 using Helm
**Steps**
1. Run `git clone https://github.com/dell/csi-powerflex.git` to clone the git repository and get the v2.0 driver.
1. Run `git clone -b v2.0.0 https://github.com/dell/csi-powerflex.git` to clone the git repository and get the v2.0 driver.
2. You need to create config.yaml with the configuration of your system.
Check this section in installation documentation: [Install the Driver](../../../installation/helm/powerflex#install-the-driver)
You must set the only system managed in v1.4/v1.5 driver as default in config.json in v2.0 so that the driver knows the existing volumes belong to that system.
Expand Down

0 comments on commit 9128e8b

Please sign in to comment.