diff --git a/content/docs/resiliency/deployment.md b/content/docs/resiliency/deployment.md index 11cda42513..ec7c5fb61b 100644 --- a/content/docs/resiliency/deployment.md +++ b/content/docs/resiliency/deployment.md @@ -33,6 +33,7 @@ podmon: - "--skipArrayConnectionValidation=false" - "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml" - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" node: args: - "--csisock=unix:/var/lib/kubelet/plugins/vxflexos.emc.dell.com/csi_sock" @@ -41,6 +42,7 @@ podmon: - "--leaderelection=false" - "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml" - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" ``` @@ -65,6 +67,7 @@ To install CSM for Resiliency with the driver, the following changes are require | arrayConnectivityPollRate | Optional | The minimum polling rate in seconds to determine if the array has connectivity to a node. Should not be set to less than 5 seconds. See the specific section for each array type for additional guidance. | controller & node | | arrayConnectivityConnectionLossThreshold | Optional | Gives the number of failed connection polls that will be deemed to indicate array connectivity loss. Should not be set to less than 3. See the specific section for each array type for additional guidance. | controller | | driver-config-params | Required | String that set the path to a file containing configuration parameter(for instance, Log levels) for a driver. | controller & node | +| ignoreVolumelessPods | Optional | Boolean value that if set to true will enable CSM for Resiliency to ignore pods without persistent volume attached to the pod. | controller & node | ## PowerFlex Specific Recommendations @@ -86,6 +89,7 @@ podmon: - "--skipArrayConnectionValidation=false" - "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml" - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" node: args: - "--csisock=unix:/var/lib/kubelet/plugins/vxflexos.emc.dell.com/csi_sock" @@ -94,6 +98,7 @@ podmon: - "--leaderelection=false" - "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml" - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" ``` @@ -114,6 +119,7 @@ podmon: - "--skipArrayConnectionValidation=false" - "--driver-config-params=/unity-config/driver-config-params.yaml" - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" node: args: - "--csisock=unix:/var/lib/kubelet/plugins/unity.emc.dell.com/csi_sock" @@ -123,6 +129,7 @@ podmon: - "--leaderelection=false" - "--driver-config-params=/unity-config/driver-config-params.yaml" - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" ``` @@ -144,6 +151,7 @@ podmon: - "--skipArrayConnectionValidation=false" - "--driver-config-params=/csi-isilon-config-params/driver-config-params.yaml" - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" node: args: - "--csisock=unix:/var/lib/kubelet/plugins/csi-isilon/csi_sock" @@ -154,6 +162,7 @@ podmon: - "--leaderelection=false" - "--driver-config-params=/csi-isilon-config-params/driver-config-params.yaml" - "--driverPodLabelValue=dell-storage" + - "--ignoreVolumelessPods=false" ``` ## Dynamic parameters