Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olljanat/csi-plugins-for-docker-swarm
https://github.com/olljanat/csi-plugins-for-docker-swarm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/olljanat/csi-plugins-for-docker-swarm
- Owner: olljanat
- License: mit
- Created: 2023-02-03T00:52:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T18:34:27.000Z (3 months ago)
- Last Synced: 2024-10-28T19:41:49.614Z (3 months ago)
- Language: Shell
- Size: 38.1 KB
- Stars: 50
- Watchers: 13
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swarm - CSI support issue tracking in 2023 - A GitHub repository tracking various storage drivers PRs and issues for Swarm CSI support in Docker/Moby v23+. (Community Tools / Volumes and Storage)
README
# CSI plugins for Docker Swarm
This is my playground repository with CSI plugins which I trying to make working with Docker Swarm. Contributions to improve documentation and add more examples are very welcome.It is recommended to read [official documentation](https://github.com/moby/moby/blob/master/docs/cluster_volumes.md) first before playing with these.
Target is trying to detect that which CSI plugins can be easily make working (= they don't use Kubernetes specific things or those at least can be disabled) and eventually contribute to original projects.
# Known issues
On Docker 23.0.0 there looks to be at least following issues when working on with CSI plugins.| Issue | Reported on | PR to fix it |
| ----------------------------------------------------------------------------------------------------------------- | ------------------- | ------------ |
| docker plugin create does not support flag `--alias` | | |
| docker volume create flag --secret does not work with syntax `:`, only with `:` | | |
| CSI plugins without stagging support does not work properly | | [moby/swarmkit#3116](https://github.com/moby/swarmkit/pull/3116) |
| Cluster volume reference on stack file does not trigger volume creation | | |
| Docker Swarm does not support resizing CSI volumes | [moby/moby#44985](https://github.com/moby/moby/issues/44985) |
| Docker Swarm does not work properly with CSI drivers that do not support staging | | [moby/swarmkit/3116](https://github.com/moby/swarmkit/pull/3116) |
| Docker Swarm does not support VOLUME_MOUNT_GROUP | [moby/moby#44988](https://github.com/moby/moby/issues/44988) | |
| One bad CSI volume can stop the all volumes from being scheduled | [moby/swarmkit#3120](https://github.com/moby/swarmkit/issues/3120) | |
# Feature requests/support for Docker Swarm support on existing CSI plugin projectsThese are known feature requests to add Docker Swarm support to existing CSI plugins:
| Plugin | Feature request | Status |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------ | ----------- |
| Amazon EBS CSI | [kubernetes-sigs/aws-ebs-csi-driver#1513](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/1513) | |
| Ceph CSI | [ceph-csi/issues#3769](https://github.com/ceph/ceph-csi/issues/3769) | |
| DigitalOcean CSI | [digitalocean/csi-digitalocean#57](https://github.com/digitalocean/csi-digitalocean/issues/57) | |
| Hetzner Cloud CSI | [hetznercloud/csi-driver#374](https://github.com/hetznercloud/csi-driver/issues/374) | implemented |
| Kadalu | [kadalu/kadalu#963](https://github.com/kadalu/kadalu/issues/963) | |
| NetApp Trident CSI | [NetApp/trident#804](https://github.com/NetApp/trident/issues/804) | |
| NFS CSI | [kubernetes-csi/csi-driver-nfs#/40](https://github.com/kubernetes-csi/csi-driver-nfs/issues/408) | |
| Nutanix CSI | [nutanix/helm#/92](https://github.com/nutanix/helm/issues/92) | |
| SeaweedFS CSI | [seaweedfs/seaweedfs-csi-driver#98](https://github.com/seaweedfs/seaweedfs-csi-driver/issues/98) | implemented |
| SMB CSI | [kubernetes-csi/csi-driver-smb#576](https://github.com/kubernetes-csi/csi-driver-smb/issues/576) | |
| Synology CSI | [SynologyOpenSource/synology-csi#28](https://github.com/SynologyOpenSource/synology-csi/issues/28) | |
| VMware vSphere CSI | [kubernetes-sigs/vsphere-csi-driver#2191](https://github.com/kubernetes-sigs/vsphere-csi-driver/issues/2191) | |# Non-compatible CSI plugins
These CSI plugins are known to use Kubernetes specific implementation which why it is not possible to make them working with Docker Swarm without big changes to their implementation.| Plugin | Problem description | Related issue |
| ----------------------------------- | -------------------------------------------------------------------------------------------------- | ------------- |
| [Longhorn](https://longhorn.io) | Works as [Kubernetes controller](https://kubernetes.io/docs/concepts/architecture/controller/) | [longhorn/longhorn#23](https://github.com/longhorn/longhorn/issues/23) |