CSI driver for Ceph
Go to file
Huamin Chen 1d7c1ef98c
Merge pull request #177 from kfox1111/fixes
Revert release script
2019-02-06 13:13:56 -05:00
.github/ISSUE_TEMPLATE Update issue templates 2019-02-05 09:10:47 -05:00
cephfs fix cache persistent default for cephfs 2019-01-09 15:31:41 +00:00
deploy Fix package check. Remove extra files. 2019-02-06 09:28:53 -08:00
docs update readme and correct linter errors. 2019-01-16 14:33:12 +05:30
examples update readme and correct linter errors. 2019-01-16 14:33:12 +05:30
pkg Merge pull request #130 from Madhu-1/fix-block 2019-01-16 07:18:27 -05:00
rbd fix cache persistent default for cephfs 2019-01-09 15:31:41 +00:00
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 add support matrix 2019-02-04 10:55:52 -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