Skip to content

Commit

Permalink
removed arrayConnectivityConnectionLossThreshold arg from podmon node…
Browse files Browse the repository at this point in the history
… section of yaml sample files (#332)
  • Loading branch information
KerryKovacevic authored Aug 24, 2023
1 parent e6e20d5 commit 120660e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion samples/storage_csm_powerflex_v270.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ spec:
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityPollRate=5"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 3 args should not be modified.
- "--csisock=unix:/var/lib/kubelet/plugins/vxflexos.emc.dell.com/csi_sock"
- "--mode=node"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powerflex_v280.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ spec:
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityPollRate=5"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 3 args should not be modified.
- "--csisock=unix:/var/lib/kubelet/plugins/vxflexos.emc.dell.com/csi_sock"
- "--mode=node"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powerscale_v270.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ spec:
- "--leaderelection=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 4 args should not be modified.
- "--csisock=unix:/var/lib/kubelet/plugins/csi-isilon/csi_sock"
- "--mode=node"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powerscale_v280.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ spec:
- "--leaderelection=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 4 args should not be modified.
- "--csisock=unix:/var/lib/kubelet/plugins/csi-isilon/csi_sock"
- "--mode=node"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powerstore_v270.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ spec:
- "--leaderelection=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityConnectionLossThreshold=3"
# Below 4 args should not be modified.
- "--csisock=unix:/var/lib/kubelet/plugins/csi-powerstore.dellemc.com/csi_sock"
- "--mode=node"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powerstore_v280.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ spec:
- "--leaderelection=false"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
- "--arrayConnectivityConnectionLossThreshold=3"
# 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 120660e

Please sign in to comment.