From 0865c683b710f3a69e590ba98e10712c690ce24c Mon Sep 17 00:00:00 2001 From: AJ_Datacore Date: Wed, 27 Sep 2023 19:33:01 +0530 Subject: [PATCH] docs(deploy-mayastor): updated info on helm chart Signed-off-by: AJ_Datacore --- quickstart/deploy-mayastor.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quickstart/deploy-mayastor.md b/quickstart/deploy-mayastor.md index cdc4bde..5080d4f 100644 --- a/quickstart/deploy-mayastor.md +++ b/quickstart/deploy-mayastor.md @@ -10,10 +10,10 @@ The steps and commands which follow are intended only for use in conjunction wit ## Installation via helm -{% hint style="info" %} -Installing Mayastor via the Helm chart sets the StorageClass as 'default' for Loki and etcd StatefulSets. This will work in clusters which have a StorageClass named 'default'. If there is no 'default' StorageClass in the cluster, storage provisioning will fail for Loki and etcd. In such cases, one can change the StorageClass to 'manual' which will provision a PersistentVolume of type hostPath. To do this, make the following changes in the `values.yaml` file: -- loki-stack.persistence.storageClassName: manual -- etcd.persistence.storageClass: manual +{% hint style="info" %} + +The Mayastor Helm chart now includes the Dynamic Local Persistent Volume (LocalPV) provisioner as the default option for provisioning storage to etcd and Loki. This simplifies storage setup by utilizing local volumes within your Kubernetes cluster. For etcd, the chart uses the mayastor-etcd-localpv storage class, and for Loki, it utilizes the mayastor-loki-localpv storage class. These storage classes are bundled with the Mayastor chart, ensuring that your etcd and Loki instances are configured to use openEbs localPV volumes efficiently. /var/local/localpv-hostpath/{{ .Release.Name }} paths should be persistent accross reboots. + {% endhint %} 1. Add the OpenEBS Mayastor Helm repository.