Skip to content

Commit

Permalink
Updating podmon entries in helm template (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
boyamurthy authored and rishabhatdell committed May 28, 2024
1 parent f032ff9 commit c308157
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,32 @@ csi-powerstore:
enabled: $STORAGE_CAPACITY_ENABLED
podmon:
enabled: $RESILIENCY_ENABLED
controller:
args:
- "--csisock=unix:/var/run/csi/csi.sock"
- "--labelvalue=csi-powerstore"
- "--arrayConnectivityPollRate=60"
- "--driverPath=csi-powerstore.dellemc.com"
- "--mode=controller"
- "--skipArrayConnectionValidation=false"
- "--driver-config-params=/powerstore-config-params/driver-config-params.yaml"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"

node:
args:
- "--csisock=unix:/var/lib/kubelet/plugins/csi-powerstore.dellemc.com/csi_sock"
- "--labelvalue=csi-powerstore"
- "--arrayConnectivityPollRate=60"
- "--driverPath=csi-powerstore.dellemc.com"
- "--mode=node"
- "--leaderelection=false"
- "--driver-config-params=/powerstore-config-params/driver-config-params.yaml"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"

maxPowerstoreVolumesPerNode: $MAX_VOLUMES_PER_NODE
podmonAPIPort: 8083

## K8S/CSI-PowerMax ATTRIBUTES
##########################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ csi-powerstore:
- "--ignoreVolumelessPods=false"

maxPowerstoreVolumesPerNode: $MAX_VOLUMES_PER_NODE
podmonAPIPort: 8083

## K8S/CSI-PowerMax ATTRIBUTES
##########################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,32 @@ csi-powerstore:
enabled: $STORAGE_CAPACITY_ENABLED
podmon:
enabled: $RESILIENCY_ENABLED
controller:
args:
- "--csisock=unix:/var/run/csi/csi.sock"
- "--labelvalue=csi-powerstore"
- "--arrayConnectivityPollRate=60"
- "--driverPath=csi-powerstore.dellemc.com"
- "--mode=controller"
- "--skipArrayConnectionValidation=false"
- "--driver-config-params=/powerstore-config-params/driver-config-params.yaml"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"

node:
args:
- "--csisock=unix:/var/lib/kubelet/plugins/csi-powerstore.dellemc.com/csi_sock"
- "--labelvalue=csi-powerstore"
- "--arrayConnectivityPollRate=60"
- "--driverPath=csi-powerstore.dellemc.com"
- "--mode=node"
- "--leaderelection=false"
- "--driver-config-params=/powerstore-config-params/driver-config-params.yaml"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"

maxPowerstoreVolumesPerNode: $MAX_VOLUMES_PER_NODE
podmonAPIPort: 8083

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

0 comments on commit c308157

Please sign in to comment.