Skip to content

Commit

Permalink
Removed arrayConnectivityConnectionLossThreshold from podmon-node (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain authored Aug 29, 2023
1 parent f6f7362 commit 45e99bd
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 45e99bd

Please sign in to comment.