Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobGros authored Aug 11, 2022
1 parent 5ca4970 commit 401f6d9
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -23,7 +23,7 @@ You can upgrade the CSI Driver for Dell PowerFlex using Helm or Dell CSI Operato
- To update any installation parameter after the driver has been installed, change the `myvalues.yaml` file and run the install script with the option _\-\-upgrade_, for example: `./csi-install.sh --namespace vxflexos --values ./myvalues.yaml --upgrade`.
- The logging configuration from v1.5 will not work in v2.1, since the log configuration parameters are now set in the values.yaml file located at helm/csi-vxflexos/values.yaml. Please set the logging configuration parameters in the values.yaml file.

- You cannot upgrade between drivers with different fsGroupPolicies. To check the current driver's fsGroupPolicy, use the following command:
- You cannot upgrade between drivers with different fsGroupPolicies. To check the current driver's fsGroupPolicy, use this command:
``` kubectl describe csidriver csi-vxflexos.dellemc.com```
and check the "Spec" section:
```
Expand Down

0 comments on commit 401f6d9

Please sign in to comment.