dell / csm

Dell Container Storage Modules (CSM)
Apache License 2.0
67 stars 15 forks source link

[BUG]: discrepency between csm-operator/samples/storage_csm_powerstore_v2110.yaml and output from configuration wizard #1470

Open dancohen21 opened 4 days ago

dancohen21 commented 4 days ago

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

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

csmbot commented 4 days ago

@dancohen21: Thank you for submitting this issue!

The issue is currently awaiting triage. Please make sure you have given us as much context as possible.

If the maintainers determine this is a relevant issue, they will remove the needs-triage label and respond appropriately.


We want your feedback! If you have any questions or suggestions regarding our contributing process/workflow, please reach out to us at container.storage.modules@dell.com.