Skip to content

Commit

Permalink
Removed arrayConnectivityConnectionLossThreshold from podmon-node
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain committed Aug 28, 2023
1 parent 35102fc commit cbd7fd9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cbd7fd9

Please sign in to comment.