From 43588d679ec2062b432a5aec571348a4e4111092 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Wed, 15 Mar 2023 16:23:43 -0400 Subject: [PATCH] Remove configmap creation from PowerFlex sample files (#187) * remove cfgmap creation * remove cfgmap creation * remove cfgmap creation * Remove few env variables from sample file --------- Co-authored-by: abhi16394 --- samples/storage_csm_powerflex_v240.yaml | 20 -------------------- samples/storage_csm_powerflex_v250.yaml | 20 -------------------- samples/storage_csm_powerflex_v260.yaml | 20 -------------------- 3 files changed, 60 deletions(-) diff --git a/samples/storage_csm_powerflex_v240.yaml b/samples/storage_csm_powerflex_v240.yaml index 99390e3d1..0f6b6eb6b 100644 --- a/samples/storage_csm_powerflex_v240.yaml +++ b/samples/storage_csm_powerflex_v240.yaml @@ -26,8 +26,6 @@ spec: value: "false" - name: X_CSI_DEBUG value: "true" - - name: X_CSI_ALLOW_RWO_MULTI_POD_ACCESS - value: "false" # Specify kubelet config dir path. # Ensure that the config.yaml file is present at this path. # Default value: None @@ -94,13 +92,6 @@ spec: node: envs: - # X_CSI_HEALTH_MONITOR_ENABLED: Enable/Disable health monitor of CSI volumes from node plugin - volume usage - # Allowed values: - # true: enable checking of health condition of CSI volumes - # false: disable checking of health condition of CSI volumes - # Default value: false - - name: X_CSI_HEALTH_MONITOR_ENABLED - value: "false" # "node.nodeSelector" defines what nodes would be selected for pods of node daemonset # Leave as blank to use all nodes @@ -239,14 +230,3 @@ spec: # Default value: "otel-collector:55680" - name: "COLLECTOR_ADDRESS" value: "otel-collector:55680" - ---- -apiVersion: v1 -kind: ConfigMap -metadata: - name: test-vxflexos-config-params - namespace: test-vxflexos -data: - driver-config-params.yaml: | - CSI_LOG_LEVEL: "debug" - CSI_LOG_FORMAT: "TEXT" diff --git a/samples/storage_csm_powerflex_v250.yaml b/samples/storage_csm_powerflex_v250.yaml index 3cd4729b5..51723b772 100644 --- a/samples/storage_csm_powerflex_v250.yaml +++ b/samples/storage_csm_powerflex_v250.yaml @@ -26,8 +26,6 @@ spec: value: "false" - name: X_CSI_DEBUG value: "true" - - name: X_CSI_ALLOW_RWO_MULTI_POD_ACCESS - value: "false" # Specify kubelet config dir path. # Ensure that the config.yaml file is present at this path. # Default value: None @@ -94,13 +92,6 @@ spec: node: envs: - # X_CSI_HEALTH_MONITOR_ENABLED: Enable/Disable health monitor of CSI volumes from node plugin - volume usage - # Allowed values: - # true: enable checking of health condition of CSI volumes - # false: disable checking of health condition of CSI volumes - # Default value: false - - name: X_CSI_HEALTH_MONITOR_ENABLED - value: "false" # "node.nodeSelector" defines what nodes would be selected for pods of node daemonset # Leave as blank to use all nodes @@ -239,14 +230,3 @@ spec: # Default value: "otel-collector:55680" - name: "COLLECTOR_ADDRESS" value: "otel-collector:55680" - ---- -apiVersion: v1 -kind: ConfigMap -metadata: - name: test-vxflexos-config-params - namespace: test-vxflexos -data: - driver-config-params.yaml: | - CSI_LOG_LEVEL: "debug" - CSI_LOG_FORMAT: "TEXT" diff --git a/samples/storage_csm_powerflex_v260.yaml b/samples/storage_csm_powerflex_v260.yaml index 080b266c7..5f7b77206 100644 --- a/samples/storage_csm_powerflex_v260.yaml +++ b/samples/storage_csm_powerflex_v260.yaml @@ -26,8 +26,6 @@ spec: value: "false" - name: X_CSI_DEBUG value: "true" - - name: X_CSI_ALLOW_RWO_MULTI_POD_ACCESS - value: "false" # Specify kubelet config dir path. # Ensure that the config.yaml file is present at this path. # Default value: None @@ -94,13 +92,6 @@ spec: node: envs: - # X_CSI_HEALTH_MONITOR_ENABLED: Enable/Disable health monitor of CSI volumes from node plugin - volume usage - # Allowed values: - # true: enable checking of health condition of CSI volumes - # false: disable checking of health condition of CSI volumes - # Default value: false - - name: X_CSI_HEALTH_MONITOR_ENABLED - value: "false" # X_CSI_APPROVE_SDC_ENABLED: Enables/Disable SDC approval # Allowed values: @@ -263,14 +254,3 @@ spec: # Default value: "otel-collector:55680" - name: "COLLECTOR_ADDRESS" value: "otel-collector:55680" - ---- -apiVersion: v1 -kind: ConfigMap -metadata: - name: test-vxflexos-config-params - namespace: test-vxflexos -data: - driver-config-params.yaml: | - CSI_LOG_LEVEL: "debug" - CSI_LOG_FORMAT: "TEXT"