From 45e99bd8d3c08649c7604cfa970acc01c074d8ca Mon Sep 17 00:00:00 2001 From: Chiman Jain <36687396+chimanjain@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:57:30 +0530 Subject: [PATCH] Removed arrayConnectivityConnectionLossThreshold from podmon-node (#790) --- .../src/templates/operator/csm-isilon-1.7.0.template | 1 - .../src/templates/operator/csm-isilon-1.8.0.template | 1 - .../src/templates/operator/csm-powerstore-1.7.0.template | 1 - .../src/templates/operator/csm-powerstore-1.8.0.template | 1 - 4 files changed, 4 deletions(-) diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.7.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.7.0.template index 41104be33a..5a7ae01fd6 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.7.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.7.0.template @@ -468,7 +468,6 @@ spec: - "--leaderelection=$LEADER_ELECTION" - "--driverPodLabelValue=$DRIVER_POD_LABEL_VALUE" - "--ignoreVolumelessPods=$IGNORE_VOLUMELESS_PODS" - - "--arrayConnectivityConnectionLossThreshold=$ARRAY_THRESHOLD" # Below 4 args should not be modified. - "--csisock=unix:/var/lib/kubelet/plugins/csi-isilon/csi_sock" - "--mode=node" diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.8.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.8.0.template index 83845acdc9..612207e6c7 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.8.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.8.0.template @@ -468,7 +468,6 @@ spec: - "--leaderelection=$LEADER_ELECTION" - "--driverPodLabelValue=$DRIVER_POD_LABEL_VALUE" - "--ignoreVolumelessPods=$IGNORE_VOLUMELESS_PODS" - - "--arrayConnectivityConnectionLossThreshold=$ARRAY_THRESHOLD" # Below 4 args should not be modified. - "--csisock=unix:/var/lib/kubelet/plugins/csi-isilon/csi_sock" - "--mode=node" diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.7.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.7.0.template index 2a374d3fa2..42e97099c5 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.7.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.7.0.template @@ -181,7 +181,6 @@ spec: - "--leaderelection=$LEADER_ELECTION" - "--driverPodLabelValue=$DRIVER_POD_LABEL_VALUE" - "--ignoreVolumelessPods=$IGNORE_VOLUMELESS_PODS" - - "--arrayConnectivityConnectionLossThreshold=$ARRAY_THRESHOLD" # Below 4 args should not be modified. - "--csisock=unix:/var/lib/kubelet/plugins/csi-powerstore.dellemc.com/csi_sock" - "--mode=node" diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.8.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.8.0.template index 12a0b9482b..70d68b3077 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.8.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powerstore-1.8.0.template @@ -186,7 +186,6 @@ spec: - "--leaderelection=$LEADER_ELECTION" - "--driverPodLabelValue=$DRIVER_POD_LABEL_VALUE" - "--ignoreVolumelessPods=$IGNORE_VOLUMELESS_PODS" - - "--arrayConnectivityConnectionLossThreshold=$ARRAY_THRESHOLD" # Below 4 args should not be modified. - "--csisock=unix:/var/lib/kubelet/plugins/csi-powerstore.dellemc.com/csi_sock" - "--mode=node"