Add readme and notes to the chart

This adds a basic readme file and notes to the helm chart

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
This commit is contained in:
Kevin Fox 2019-02-07 10:50:37 -08:00 committed by mergify[bot]
parent 5f1e2e1b7c
commit 10af7e357d
3 changed files with 28 additions and 2 deletions

View File

@ -4,7 +4,7 @@ appVersion: "1.0.0"
description: "Container Storage Interface (CSI) driver,
provisioner, and attacher for Ceph RBD"
name: ceph-csi-rbd
version: 0.3.0
version: 0.4.0
keywords:
- ceph
- rbd

25
deploy/rbd/helm/README.md Normal file
View File

@ -0,0 +1,25 @@
# ceph-csi-rbd
The ceph-csi-rbd chart adds rbd volume support to your cluster.
## Install Chart
To install the Chart into your Kubernetes cluster :
```bash
helm install --namespace "ceph-csi-rbd" --name "ceph-csi-rbd" ceph-csi/ceph-csi-rbd
```
After installation succeeds, you can get a status of Chart
```bash
helm status "ceph-csi-rbd"
```
If you want to delete your Chart, use this command:
```bash
helm delete --purge "ceph-csi-rbd"
```

View File

@ -1 +1,2 @@
The Ceph RBD Container Storage Interface has been deployed.
Examples on how to configure a storage class and start using the driver are here:
https://github.com/ceph/ceph-csi/tree/master/examples/rbd