mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
5f1e2e1b7c
commit
10af7e357d
@ -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
25
deploy/rbd/helm/README.md
Normal 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"
|
||||
```
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user