seaweedfs / seaweedfs-csi-driver

SeaweedFS CSI Driver https://github.com/seaweedfs/seaweedfs
Apache License 2.0
210 stars 50 forks source link

Feat: add driver name support #141

Closed duanhongyi closed 10 months ago

chrislusf commented 10 months ago

when a different driver name is desired?

duanhongyi commented 10 months ago

In some cases, I may need to deploy multiple seaweedfs instances to fully isolate and avoid plugins dir, registration dir and CSIDriver conflicts, so the driver needs to be modified.

see values.yaml:

node:
  volumes:
    registration_dir: /var/lib/kubelet/plugins_registry
    plugins_dir: /var/lib/kubelet/plugins

@chrislusf