ceph-csi/deploy/cephfs/helm
ShyamsundarR bd204d7d45 Use --keyfile option to pass keys to all Ceph CLIs
Every Ceph CLI that is invoked at present passes the key via the
--key option, and hence is exposed to key being displayed on
the host using a ps command or such means.

This commit addresses this issue by stashing the key in a tmp
file, which is again created on a tmpfs (or empty dir backed by
memory). Further using such tmp files as arguments to the --keyfile
option for every CLI that is invoked.

This prevents the key from being visible as part of the argument list
of the invoked program on the system.

Fixes: #318

Signed-off-by: ShyamsundarR <srangana@redhat.com>
2019-07-25 12:46:15 +00:00
..
templates Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00
.helmignore Add helm chat for cephfs 2019-02-21 10:38:25 +05:30
Chart.yaml update helm chart version 2019-06-10 16:54:05 +05:30
README.md update readme to delete namespace 2019-03-13 12:04:30 +05:30
values.yaml Implement NodeStage and NodeUnstage for rbd 2019-07-24 12:49:21 +00:00

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