SynologyOpenSource/synology-csi

FEATURE: docker swarm compatibility

scyto opened this issue · 3 comments

scyto commented

Once this is stable with k8s (i get where priorities lie) it would be great if this was also an installable docker volume driver (no swarm is not dead).

Hope you can consider this.

I have a pure csi implementation that works with synology available here if you’re interested: https://github.com/democratic-csi/democratic-csi

Docker 23.0.0 added CSI support for Swarm mode so unless this plugin uses Kubernetes specific implementation (works as controller, etc) it should be possible to make it working with Docker Swarm now.

I have build some example scripts and guidance to https://github.com/olljanat/csi-plugins-for-docker-swarm which you might find useful.

@travisghansen FYI. Democratic CSI is one of those 😄

@olljanat awesome! I will link to it from my project. Would be great if you could put an example for synology in there!