Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions book/src/drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Name | CSI Driver Name | Compatible with CSI Version(s) | Description | Persiste
[QingCloud CSI](https://github.com/yunify/qingcloud-csi)| `disk.csi.qingcloud.com` | v1.1 | A Container Storage Interface (CSI) Driver for QingCloud Block Storage | Persistent | Read/Write Single Pod | Yes | Raw Block, Snapshot, Expansion, Cloning
[QingStor CSI](https://github.com/yunify/qingstor-csi) | `neonsan.csi.qingstor.com` | v0.3, v1.1 | A Container Storage Interface (CSI) Driver for NeonSAN storage system | Persistent | Read/Write Multiple Pods | Yes | Raw Block, Snapshot, Expansion, Cloning
[Qiniu Kodo CSI](https://github.com/qiniu/csi-driver) | `kodoplugin.storage.qiniu.com` | v1.6 | A Container Storage Interface (CSI) Driver for Qiniu Object Storage (Kodo) | Persistent | Read/Write Multiple Pods | Yes |
[QSAN CSI](https://github.com/QSAN-Git-Hub/CSI-driver) | `csi.qsan.com` | v1.0.0 | A Container Storage Interface (CSI) Driver for QSAN Storage | Persistent | Read/Write Multiple Pods | Yes | Raw Block, Snapshot, Expansion, topology
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is your driver code and documentation? It looks like https://github.com/QSAN-Git-Hub/CSI-driver only contains deployment yamls.

[Quobyte](https://github.com/quobyte/quobyte-csi) | `quobyte-csi` | v1.3.0 | A Container Storage Interface (CSI) Driver for Quobyte | Persistent | Read/Write Multiple Pods | Yes | Expansion, Snapshots
[ROBIN](https://get.robin.io/) | `robin` | v0.3, v1.0 | A Container Storage Interface (CSI) Driver for [ROBIN](https://docs.robin.io) | Persistent | Read/Write Multiple Pods | Yes | Raw Block, Snapshot, Expansion, Cloning
[CSI Driver Rclone](https://github.com/veloxpack/csi-driver-rclone) | `rclone.csi.veloxpack.io` | v1.0 | A Container Storage Interface (CSI) Driver for [Rclone](https://rclone.org/) that enables Kubernetes pods to mount cloud storage backends as persistent volumes using rclone, supporting 50+ storage providers | Persistent | Read/Write Multiple Pods | Yes |
Expand Down