kubernetes-csi / csi-driver-host-path

A sample (non-production) CSI Driver that creates a local directory as a volume on a single node
Apache License 2.0
327 stars 211 forks source link

How to deploy multiple independent programs on multiple nodes? #562

Closed 905049079 closed 1 week ago

905049079 commented 1 month ago

I want to implement storage on different nodes by using different storage classes, because I want to use this storage driver to address storage IO issues when using kubevirt

905049079 commented 1 month ago

Alternatively, you can specify on which node the pod for creating and building the DV will run