seaweedfs / seaweedfs-csi-driver

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

Feat: add driver name support #141

Closed duanhongyi closed 1 year ago

chrislusf commented 1 year ago

when a different driver name is desired?

duanhongyi commented 1 year 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