From c30815735b5c7dafae8bf511cfe6ca4a313547dc Mon Sep 17 00:00:00 2001 From: boyamurthy <92081029+boyamurthy@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:20:54 +0530 Subject: [PATCH] Updating podmon entries in helm template (#1081) --- .../templates/helm/csm-1.10.1-values.template | 24 +++++++++++++++++++ .../templates/helm/csm-1.8.0-values.template | 1 + .../templates/helm/csm-1.9.3-values.template | 24 +++++++++++++++++++ ....template => csm-powermax-1.10.0.template} | 0 4 files changed, 49 insertions(+) rename content/docs/deployment/csminstallationwizard/src/templates/operator/{csm-powermax-1.10.0 .template => csm-powermax-1.10.0.template} (100%) diff --git a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.1-values.template b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.1-values.template index d0e5587c30..78937d0e0c 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.1-values.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.10.1-values.template @@ -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 ########################################## diff --git a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template index 5b8f25d417..8aa9673e00 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template @@ -88,6 +88,7 @@ csi-powerstore: - "--ignoreVolumelessPods=false" maxPowerstoreVolumesPerNode: $MAX_VOLUMES_PER_NODE + podmonAPIPort: 8083 ## K8S/CSI-PowerMax ATTRIBUTES ########################################## diff --git a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.9.3-values.template b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.9.3-values.template index 840c1d7321..b929f16e1f 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.9.3-values.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.9.3-values.template @@ -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 ########################################## diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.10.0 .template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.10.0.template similarity index 100% rename from content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.10.0 .template rename to content/docs/deployment/csminstallationwizard/src/templates/operator/csm-powermax-1.10.0.template