mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
doc: update helm documentation
Updated Helm documentation on how to install charts from release repo Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
78267692fc
commit
979f2b36ed
@ -2,7 +2,25 @@
|
||||
|
||||
The ceph-csi-cephfs chart adds cephfs volume support to your cluster.
|
||||
|
||||
## Install Chart
|
||||
## Install from release repo
|
||||
|
||||
Add chart repository to install helm charts from it
|
||||
|
||||
```console
|
||||
helm repo add ceph-csi https://ceph.github.io/csi-charts
|
||||
```
|
||||
|
||||
## Install from local Chart
|
||||
|
||||
we need to enter into the directory where all charts are present
|
||||
|
||||
```console
|
||||
[$]cd charts
|
||||
```
|
||||
|
||||
**Note:** charts directory is present in root of the ceph-csi project
|
||||
|
||||
### Install Chart
|
||||
|
||||
To install the Chart into your Kubernetes cluster
|
||||
|
||||
@ -32,7 +50,7 @@ After installation succeeds, you can get a status of Chart
|
||||
helm status "ceph-csi-cephfs"
|
||||
```
|
||||
|
||||
## Delete Chart
|
||||
### Delete Chart
|
||||
|
||||
If you want to delete your Chart, use this command
|
||||
|
||||
|
@ -2,7 +2,25 @@
|
||||
|
||||
The ceph-csi-rbd chart adds rbd volume support to your cluster.
|
||||
|
||||
## Install Chart
|
||||
## Install from release repo
|
||||
|
||||
Add chart repository to install helm charts from it
|
||||
|
||||
```console
|
||||
helm repo add ceph-csi https://ceph.github.io/csi-charts
|
||||
```
|
||||
|
||||
## Install from local Chart
|
||||
|
||||
we need to enter into the directory where all charts are present
|
||||
|
||||
```console
|
||||
[$]cd charts
|
||||
```
|
||||
|
||||
**Note:** charts directory is present in root of the ceph-csi project
|
||||
|
||||
### Install chart
|
||||
|
||||
To install the Chart into your Kubernetes cluster
|
||||
|
||||
@ -32,7 +50,7 @@ After installation succeeds, you can get a status of Chart
|
||||
helm status "ceph-csi-rbd"
|
||||
```
|
||||
|
||||
## Delete Chart
|
||||
### Delete Chart
|
||||
|
||||
If you want to delete your Chart, use this command
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user