ceph-csi/vendor/github.com/kubernetes-csi/drivers/README.md

11 lines
716 B
Markdown
Raw Normal View History

2018-07-18 14:47:22 +00:00
[![Build Status](https://travis-ci.org/kubernetes-csi/drivers.svg?branch=master)](https://travis-ci.org/kubernetes-csi/drivers)
2018-01-09 18:57:14 +00:00
# CSI Drivers
2018-02-15 13:50:31 +00:00
These drivers are provided purely for illustrative purposes, and should not be used for production workloads.
2018-01-09 18:57:14 +00:00
## Other sample drivers
2018-03-06 22:33:18 +00:00
Please read [Drivers](https://kubernetes-csi.github.io/docs/Drivers.html) for more information
2018-01-09 18:57:14 +00:00
## Adding new sample drivers
Please, DO NOT submit PRs to add new drivers here unless they are just examples. Real CSI drivers are to be housed on their own repo separate from this one. You are then welcomed to send a PR to https://github.com/kubernetes-csi/docs to add the [Driver](https://github.com/kubernetes-csi/docs/wiki/Drivers) page.