ceph-csi/deploy/rbd/kubernetes/v1.14+/helm/ceph-csi-rbd
Humble Chirammal 0fc7f4513b Snashotter update
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2019-08-19 05:06:42 +00:00
..
templates fix: Adds liveness sidecar to v1.14+ helm charts 2019-08-16 08:38:49 +00:00
.helmignore feat: Implement helm lint 2019-08-16 07:38:33 +00:00
Chart.yaml feat: Implement helm lint 2019-08-16 07:38:33 +00:00
README.md feat: Implement helm lint 2019-08-16 07:38:33 +00:00
values.yaml Snashotter update 2019-08-19 05:06:42 +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"

If you want to delete the namespace, use this command

kubectl delete namespace ceph-csi-rbd