ceph-csi/deploy/cephfs/helm
Róbert Vašek d0d5da83c9
Merge pull request #282 from huaizong/improve-remount-pv-path-when-exit-v2
remount old mount point when csi plugin unexpect exit
2019-04-02 08:36:07 +02:00
..
templates Merge pull request #282 from huaizong/improve-remount-pv-path-when-exit-v2 2019-04-02 08:36:07 +02:00
.helmignore Add helm chat for cephfs 2019-02-21 10:38:25 +05:30
Chart.yaml bump up the chart version 2019-04-01 16:48:30 +00:00
README.md update readme to delete namespace 2019-03-13 12:04:30 +05:30
values.yaml Fix driver name as per CSI spec 2019-03-13 12:04:30 +05:30

ceph-csi-cephfs

The ceph-csi-cephfs chart adds cephfs volume support to your cluster.

Install Chart

To install the Chart into your Kubernetes cluster

helm install --namespace "ceph-csi-cephfs" --name "ceph-csi-cephfs" ceph-csi/ceph-csi-cephfs

After installation succeeds, you can get a status of Chart

helm status "ceph-csi-cephfs"

If you want to delete your Chart, use this command

helm delete --purge "ceph-csi-cephfs"

If you want to delete the namespace, use this command

kubectl delete namespace ceph-csi-rbd