From 4130a73c543693c87112402241b2963a376d9788 Mon Sep 17 00:00:00 2001 From: panigs7 Date: Tue, 21 Feb 2023 06:50:06 -0500 Subject: [PATCH] Address review comments --- content/docs/deployment/csmoperator/drivers/powerstore.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/deployment/csmoperator/drivers/powerstore.md b/content/docs/deployment/csmoperator/drivers/powerstore.md index ccb71d537b..00c52ffa4d 100644 --- a/content/docs/deployment/csmoperator/drivers/powerstore.md +++ b/content/docs/deployment/csmoperator/drivers/powerstore.md @@ -84,11 +84,11 @@ User can query for all Dell CSI drivers using the following command: | ***Node parameters*** | | X_CSI_POWERSTORE_ENABLE_CHAP | Set to true if you want to enable iSCSI CHAP feature | No | false | -4. Execute the following command to create PowerStore custom resource:`kubectl create -f `. The above command will deploy the CSI PowerStore driver in the namespace specified in the input YAML file - - After that the driver should be installed, you can check the condition of driver pods by running `kubectl get all -n ` +4. Execute the following command to create PowerStore custom resource:`kubectl create -f `. This command will deploy the CSI PowerStore driver in the namespace specified in the input YAML file + - Next, the driver should be installed, you can check the condition of driver pods by running `kubectl get all -n ` 5. [Verify the CSI Driver installation](../#verifying-the-driver-installation) **Note** : 1. "Kubelet config dir path" is not yet configurable in case of Operator based driver installation. - 2. Also, snapshotter and resizer sidecars are not optional to choose, it comes default with Driver installation. \ No newline at end of file + 2. Snapshotter and resizer sidecars are not optional. They are defaults with Driver installation. \ No newline at end of file