csm
csm copied to clipboard
[BUG]: discrepency between csm-operator/samples/storage_csm_powerstore_v2110.yaml and output from configuration wizard
Bug Description
using the CSM Installation Wizard [https://dell.github.io/csm-docs/docs/deployment/csminstallationwizard/src/index.html] choosing Operator, PowerStore, CSM 1.11
- Resiliency, + Health Monitor, w/ 2 controller pods The resulting file only details the provisioner and external-healt-monitor side cars
This file: csm-operator/samples
/storage_csm_powerstore_v2110.yaml
has many more that I believe are required
sideCars:
# 'csivol' represents a string prepended to each volume created by the CSI driver
- name: provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
args: ["--volume-name-prefix=csivol"]
- name: attacher
image: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
- name: registrar
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
- name: resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.11.1
- name: snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
- name: csi-metadata-retriever
image: dellemc/csi-metadata-retriever:v1.8.0
# health monitor is disabled by default, refer to driver documentation before enabling it
- name: external-health-monitor
enabled: false
args: ["--monitor-interval=60s"]
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1
Logs
none
Screenshots
No response
Additional Environment Information
No response
Steps to Reproduce
compare wizard output to file on github
Expected Behavior
Engineering to review and determine
CSM Driver(s)
CSI-PowerStore 2.11
Installation Type
No response
Container Storage Modules Enabled
No response
Container Orchestrator
OpenShift 4.16
Operating System
OpenShift based on RHEL9.2