From 401f6d91899718c7adc9bdc40d104fd1309e0f55 Mon Sep 17 00:00:00 2001 From: JacobGros Date: Thu, 11 Aug 2022 11:05:52 -0400 Subject: [PATCH] PR feedback --- content/docs/csidriver/upgradation/drivers/powerflex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/csidriver/upgradation/drivers/powerflex.md b/content/docs/csidriver/upgradation/drivers/powerflex.md index 14cef8a289..75fbe21a34 100644 --- a/content/docs/csidriver/upgradation/drivers/powerflex.md +++ b/content/docs/csidriver/upgradation/drivers/powerflex.md @@ -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: ```