https://github.com/opencurve/curve-csi
Curve Container Storage Interface(CSI) driver
https://github.com/opencurve/curve-csi
csi csi-plugin k8s-sig-storage kubernetes
Last synced: about 2 months ago
JSON representation
Curve Container Storage Interface(CSI) driver
- Host: GitHub
- URL: https://github.com/opencurve/curve-csi
- Owner: opencurve
- License: apache-2.0
- Created: 2020-08-28T09:43:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T03:03:44.000Z (almost 2 years ago)
- Last Synced: 2025-07-21T13:41:13.564Z (3 months ago)
- Topics: csi, csi-plugin, k8s-sig-storage, kubernetes
- Language: Go
- Homepage:
- Size: 4.14 MB
- Stars: 17
- Watchers: 1
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Curve CSI Driver
[](https://goreportcard.com/report/github.com/opencurve/curve-csi)
## Overview
The plugin implements the Container Storage Interface(CSI) between
Container Orchestrator(CO) and Curve cluster. It allows dynamically
provisioning curve volumes and attaching them to workloads.Refer to [https://github.com/opencurve/curve](https://github.com/opencurve/curve) for the Curve details.
## Supported version
The driver is currently developed with csi spec v1.5.0, and supported kubernetes v1.17+.
Other csi-v1.0+ enabled container orchestrator environments may work fine.
### CSI spec and Kubernetes version compatibility
Please refer to the [matrix](https://kubernetes-csi.github.io/docs/#kubernetes-releases)
in the Kubernetes documentation.## Develop
You can follow the [csi spec](https://github.com/container-storage-interface/spec/blob/master/spec.md)
and [curve interface](docs/curve-interface).## Setup
Choose a way to deploy the plugin:
1. Using the kubernetes manifests: refer to [deploy doc](docs/README.md)
2. Using the helm chart: [helm installation](charts/curve-csi/README.md)## Test and User Guide
Refer to [doc](docs/README.md), you can get more details and test the driver by CSC tool.