Skip to content

Commit

Permalink
add podmon args in csm-1.11 template (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
suryagupta4 authored Apr 25, 2024
1 parent 787f1e0 commit 0946a61
Showing 1 changed file with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,24 @@ csi-vxflexos:
enabled: $VG_SNAPSHOT_ENABLED
podmon:
enabled: $RESILIENCY_ENABLED
controller:
args:
- "--csisock=unix:/var/run/csi/csi.sock"
- "--labelvalue=csi-vxflexos"
- "--mode=controller"
- "--skipArrayConnectionValidation=false"
- "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
node:
args:
- "--csisock=unix:/var/lib/kubelet/plugins/vxflexos.emc.dell.com/csi_sock"
- "--labelvalue=csi-vxflexos"
- "--mode=node"
- "--leaderelection=false"
- "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
authorization:
enabled: $AUTHORIZATION_ENABLED
proxyHost: $AUTHORIZATION_PROXY_HOST
Expand Down Expand Up @@ -425,6 +443,26 @@ csi-unity:
maxUnityVolumesPerNode: $MAX_VOLUMES_PER_NODE
podmon:
enabled: $RESILIENCY_ENABLED
controller:
args:
- "--csisock=unix:/var/run/csi/csi.sock"
- "--labelvalue=csi-unity"
- "--driverPath=csi-unity.dellemc.com"
- "--mode=controller"
- "--skipArrayConnectionValidation=false"
- "--driver-config-params=/unity-config/driver-config-params.yaml"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
node:
args:
- "--csisock=unix:/var/lib/kubelet/plugins/unity.emc.dell.com/csi_sock"
- "--labelvalue=csi-unity"
- "--driverPath=csi-unity.dellemc.com"
- "--mode=node"
- "--leaderelection=false"
- "--driver-config-params=/unity-config/driver-config-params.yaml"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"

## K8S/Replication Module ATTRIBUTES
##########################################
Expand Down

0 comments on commit 0946a61

Please sign in to comment.