ceph-csi/deploy/rbd/helm
Kevin Fox 10af7e357d 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>
2019-02-08 12:16:30 +00:00
..
templates Add readme and notes to the chart 2019-02-08 12:16:30 +00:00
.helmignore Added Helm chart for RBD plugin 2019-01-14 20:15:09 +00:00
Chart.yaml Add readme and notes to the chart 2019-02-08 12:16:30 +00:00
README.md Add readme and notes to the chart 2019-02-08 12:16:30 +00:00
values.yaml Fix yamllint issues 2019-02-07 12:19:14 +00:00

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 :

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

helm status "ceph-csi-rbd"

If you want to delete your Chart, use this command:

helm delete  --purge "ceph-csi-rbd"