CSI driver for Ceph
Go to file
Madhu Rajanna ea5d9dfb5c Fix driver name as per CSI spec
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2019-03-14 17:10:39 +05:30
.github/ISSUE_TEMPLATE Update issue templates 2019-02-05 09:10:47 -05:00
cephfs Fix driver name as per CSI spec 2019-03-14 17:10:39 +05:30
deploy Fix driver name as per CSI spec 2019-03-14 17:10:39 +05:30
docs Fix driver name as per CSI spec 2019-03-14 17:10:39 +05:30
examples Fix driver name as per CSI spec 2019-03-14 17:10:39 +05:30
pkg Fix driver name as per CSI spec 2019-03-14 17:10:39 +05:30
rbd Fix driver name as per CSI spec 2019-03-14 17:10:39 +05:30
vendor vendor cleanup: remove unused,non-go and test files 2019-01-16 00:19:28 +05:30
.gitignore Merge branch 'master' into wip-cephfs 2018-03-13 11:21:34 +01:00
.mergify.yml add mergify as a merge engine 2019-01-31 18:03:31 +01:00
.travis.yml fix golint 2018-10-15 15:06:21 +00:00
deploy.sh Revert release script 2019-02-06 10:11:46 -08:00
Gopkg.lock vendor cleanup: remove unused,non-go and test files 2019-01-16 00:19:28 +05:30
Gopkg.toml vendor cleanup: remove unused,non-go and test files 2019-01-16 00:19:28 +05:30
LICENSE add Apache License 2018-01-10 16:12:00 +00:00
Makefile update Make clean 2019-01-16 13:54:52 +05:30
README.md Update README.md 2019-02-11 09:07:06 -05:00

Ceph CSI

Supported platforms

For Kubernetes 1.12 and below, please use 0.3 images and deployments.

For Kubernetes 1.13 and above, please use 1.0 images and deployments.

Container Storage Interface (CSI) driver, provisioner, and attacher for Ceph RBD and CephFS.

Overview

Ceph CSI plugins implement an interface between CSI enabled Container Orchestrator (CO) and CEPH cluster. It allows dynamically provisioning CEPH volumes and attaching them to workloads. Current implementation of Ceph CSI plugins was tested in Kubernetes environment (requires Kubernetes 1.11+), but the code does not rely on any Kubernetes specific calls (WIP to make it k8s agnostic) and should be able to run with any CSI enabled CO.

For details about configuration and deployment of RBD and CephFS CSI plugins, see documentation in docs/.

For example usage of RBD and CephFS CSI plugins, see examples in examples/.

Troubleshooting

Please submit an issue at: Issues

Slack Channels

Join us at Rook ceph-csi Channel