Skip to content

Commit

Permalink
update podmon arguments (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain authored Apr 30, 2024
1 parent b0cef36 commit 98f66a7
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,30 @@ csi-isilon:
# Enable this feature only after contact support for additional information
podmon:
enabled: $RESILIENCY_ENABLED
controller:
args:
- "--csisock=unix:/var/run/csi/csi.sock"
- "--labelvalue=csi-isilon"
- "--arrayConnectivityPollRate=60"
- "--driverPath=csi-isilon.dellemc.com"
- "--mode=controller"
- "--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"
- "--labelvalue=csi-isilon"
- "--arrayConnectivityPollRate=60"
- "--driverPath=csi-isilon.dellemc.com"
- "--mode=node"
- "--leaderelection=false"
- "--driver-config-params=/csi-isilon-config-params/driver-config-params.yaml"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
podmonAPIPort: 8083

## K8S/CSI-Unity ATTRIBUTES
##########################################
Expand Down

0 comments on commit 98f66a7

Please sign in to comment.