ceph-csi/deploy/cephfs/helm
Madhu Rajanna a151bec94b Use Deployment with leader election instead of StatefulSet
Deployment behaves better when a node gets disconnected from the rest of
the cluster - new provisioner leader is elected in ~15 seconds, while
it may take up to 5 minutes for StatefulSet to start a new replica.

Refer: 52d1fbcf9d

Fixes: #335

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2019-06-10 09:51:22 +05:30
..
templates Use Deployment with leader election instead of StatefulSet 2019-06-10 09:51:22 +05:30
.helmignore Add helm chat for cephfs 2019-02-21 10:38:25 +05:30
Chart.yaml Removed config maps and replaced with rados omaps 2019-05-19 12:29:33 +00:00
README.md update readme to delete namespace 2019-03-13 12:04:30 +05:30
values.yaml Use Deployment with leader election instead of StatefulSet 2019-06-10 09:51:22 +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