mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 11:50:18 +00:00
update readme to deploy cephfs in namespace
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
b0c86df978
commit
55ad4924b3
@ -7,7 +7,7 @@ The ceph-csi-cephfs chart adds cephfs volume support to your cluster.
|
||||
To install the Chart into your Kubernetes cluster
|
||||
|
||||
```bash
|
||||
helm install --name "ceph-csi-cephfs" ceph-csi/ceph-csi-cephfs
|
||||
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
|
||||
@ -19,5 +19,5 @@ helm status "ceph-csi-cephfs"
|
||||
If you want to delete your Chart, use this command
|
||||
|
||||
```bash
|
||||
helm delete --purge "ceph-csi-cephfs"
|
||||
helm delete --purge "ceph-csi-cephfs"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user