From 979f2b36ed27a43dfebe614aa65df4ddcef2ff87 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Mon, 18 May 2020 13:48:46 +0530 Subject: [PATCH] doc: update helm documentation Updated Helm documentation on how to install charts from release repo Signed-off-by: Madhu Rajanna --- charts/ceph-csi-cephfs/README.md | 22 ++++++++++++++++++++-- charts/ceph-csi-rbd/README.md | 22 ++++++++++++++++++++-- 2 files changed, 40 insertions(+), 4 deletions(-) diff --git a/charts/ceph-csi-cephfs/README.md b/charts/ceph-csi-cephfs/README.md index 3cc5b63f2..5e0aefb0e 100644 --- a/charts/ceph-csi-cephfs/README.md +++ b/charts/ceph-csi-cephfs/README.md @@ -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 diff --git a/charts/ceph-csi-rbd/README.md b/charts/ceph-csi-rbd/README.md index 3a52dc13d..9f0059e8b 100644 --- a/charts/ceph-csi-rbd/README.md +++ b/charts/ceph-csi-rbd/README.md @@ -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