Huawei / eSDK_K8S_Plugin

Container-Storage-Interface (CSI) for Huawei storage
Apache License 2.0
82 stars 47 forks source link

[helm] Sets custom csi name and add topology fields #95

Open pbabilas opened 1 year ago

pbabilas commented 1 year ago

Support for multi instance driver at one cluster. Add nodeSelecotr and topology tolerations with csiDriver object.

pbabilas commented 1 year ago

Rebased to aviod conflicts.

YeYoot commented 1 year ago

Support for multi instance driver at one cluster. Add nodeSelecotr and topology tolerations with csiDriver object.

hello, why do multi instance driver need to be installed in one cluster? We think one driver is enough, can you tell us your use scenario?

pbabilas commented 1 year ago

Support for multi instance driver at one cluster. Add nodeSelecotr and topology tolerations with csiDriver object.

hello, why do multi instance driver need to be installed in one cluster? We think one driver is enough, can you tell us your use scenario?

Hi, In our cluster topology we use double datacentre to host nodes from. Every DC has it;s own disc array, and all we need to do is to defines which nodes has drivers from which disk array. Tried to do it by one driver but cant set correct nodes topology that nodes and driver are aware about DC there in and disc array they can use.