Giter Site home page Giter Site logo

Add Manila CSI about magnum-cluster-api HOT 6 CLOSED

mnaser avatar mnaser commented on September 4, 2024
Add Manila CSI

from magnum-cluster-api.

Comments (6)

mnaser avatar mnaser commented on September 4, 2024

I think the direction we'll probably go in this is that the user will have to create a StorageClass on their own afterwards pointing at the correct shareNetwork.

from magnum-cluster-api.

okozachenko1203 avatar okozachenko1203 commented on September 4, 2024

WIP: #80

from magnum-cluster-api.

okozachenko1203 avatar okozachenko1203 commented on September 4, 2024

I think the direction we'll probably go in this is that the user will have to create a StorageClass on their own afterwards pointing at the correct shareNetwork.

@mnaser yeah, surely.
because a share_network is a tenant-defined object and customers can choose on-fly, we cannot detect it programmatically.

How about this? I think we can have one more label manila_shared_network_id, if it is not specified, we will skip creating the default SC(StorageClass) for manila and if it is specified, we will create a default SC using that.
Even if users didn't specify it as coe cluster label, they can create SC themselves after the cluster creation

from magnum-cluster-api.

mnaser avatar mnaser commented on September 4, 2024

I like that approach. I think maybe we use the label "manila_csi_share_network_id" ? :)

from magnum-cluster-api.

okozachenko1203 avatar okozachenko1203 commented on September 4, 2024

one more thing is shareNetworkID is only mandatory when driver_handles_share_servers=true. if user's cloud didn't enable it, we don't need to require share_network_id to create the RWM storageclass.
So we have to detect/know driver_handles_share_servers value and decide the required params for SC creation.
Or we can just leave this kind of configuration for SC creation to the user instead of such a complex detection?

from magnum-cluster-api.

okozachenko1203 avatar okozachenko1203 commented on September 4, 2024

I like that approach. I think maybe we use the label "manila_csi_share_network_id" ? :)

ok

from magnum-cluster-api.

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.