2019-02-21 04:30: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
|
|
|
|
|
|
|
|
```bash
|
2019-02-22 04:50:17 +00:00
|
|
|
helm install --namespace "ceph-csi-cephfs" --name "ceph-csi-cephfs" ceph-csi/ceph-csi-cephfs
|
2019-02-21 04:30:21 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
After installation succeeds, you can get a status of Chart
|
|
|
|
|
|
|
|
```bash
|
|
|
|
helm status "ceph-csi-cephfs"
|
|
|
|
```
|
|
|
|
|
|
|
|
If you want to delete your Chart, use this command
|
|
|
|
|
|
|
|
```bash
|
2019-02-22 04:50:17 +00:00
|
|
|
helm delete --purge "ceph-csi-cephfs"
|
2019-02-21 04:30:21 +00:00
|
|
|
```
|
2019-03-13 06:23:54 +00:00
|
|
|
|
|
|
|
If you want to delete the namespace, use this command
|
|
|
|
|
|
|
|
```bash
|
2019-09-26 09:55:12 +00:00
|
|
|
kubectl delete namespace ceph-csi-cephfs
|
2019-03-13 06:23:54 +00:00
|
|
|
```
|