PowerScale

You can upgrade the CSI Driver for Dell PowerScale using Helm or Dell CSI Operator.

Upgrade Driver from version 2.7.0 to 2.8.0 using Helm

Note: While upgrading the driver via helm, controllerCount variable in myvalues.yaml can be at most one less than the number of worker nodes.

Steps

  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. Download the default values.yaml using following command:

    wget -O my-isilon-settings.yaml https://raw.githubusercontent.com/dell/helm-charts/csi-isilon-2.8.0/charts/csi-isilon/values.yaml
    

    Edit the my-isilon-settings.yaml as per the requirements.

  4. Upgrade the CSI Driver for Dell PowerScale using following command:

    ./csi-install.sh --namespace isilon --values ./my-isilon-settings.yaml --upgrade
    

Upgrade using Dell CSM Operator

Note: Upgrading the Operator does not upgrade the CSI Driver.

  1. Please upgrade the Dell CSM Operator by following here
  2. Once the operator is upgraded, to upgrade the driver, refer here