Giter Club home page Giter Club logo

Comments (4)

shanmydell avatar shanmydell commented on August 27, 2024

@adarsh-dell : Please look into this issue

from csm.

AkshaySainiDell avatar AkshaySainiDell commented on August 27, 2024

Looking into it.

from csm.

AkshaySainiDell avatar AkshaySainiDell commented on August 27, 2024

It looks like the images of sideCars are currently missing in the sample yamls. As a consequence, the csm-operator is pulling them from registry.k8s.io.
To address this, we recommend implementing a workaround: manually update the images of sideCars in storage_csm_powerflex_v290.yaml file before proceeding with the driver installation.

    sideCars:
    # 'k8s' represents a string prepended to each volume created by the CSI driver
      - name: provisioner
        image: <localregistry>/csi-provisioner:v3.6.2                                                                                                                                                                                  
        args: ["--volume-name-prefix=k8s"]
      - name: attacher                                                                                                                                                                                                                                                      
        image: <localregistry>/csi-attacher:v4.4.2                                                                                                                                                                                     
      - name: registrar                                                                                                                                                                                                                                                     
        image: <localregistry>/csi-node-driver-registrar:v2.9.1                                                                                                                                                                        
      - name: resizer                                                                                                                                                                                                                                                       
        image: <localregistry>/csi-resizer:v1.9.2                                                                                                                                                                                      
      - name: snapshotter                                                                                                                                                                                                                                                   
        image: <localregistry>/csi-snapshotter:v6.3.2

    # sdc-monitor is disabled by default, due to high CPU usage
      - name: sdc-monitor
        enabled: false
        image: <localregistry>/sdc:4.5
        envs:
        - name: HOST_PID
          value: "1"
        - name: MDM
          value: "10.xx.xx.xx,10.xx.xx.xx" #do not add mdm value here if it is present in secret

    # health monitor is disabled by default, refer to driver documentation before enabling it
    # Also set the env variable controller.envs.X_CSI_HEALTH_MONITOR_ENABLED  to "true".
      - name: csi-external-health-monitor-controller
        enabled: false
        image: <localregistry>/csi-external-health-monitor-controller:v0.10.0
        args: ["--monitor-interval=60s"]

from csm.

AkshaySainiDell avatar AkshaySainiDell commented on August 27, 2024

link: 20196

from csm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.