@@ -34,9 +34,18 @@ Please visit the [link](https://openebs.github.io/lvm-localpv/) for install inst
3434
3535``` console
3636# Helm
37- $ helm install [RELEASE_NAME] openebs-lvmlocalpv/lvm-localpv
37+ $ helm install [RELEASE_NAME] openebs-lvmlocalpv/lvm-localpv --namespace [NAMESPACE]
3838```
3939
40+ <details >
41+ <summary >Click here if you're using MicroK8s.</summary >
42+
43+ ``` console
44+ microk8s helm3 install [RELEASE_NAME] openebs-lvmlocalpv/lvm-localpv --namespace [NAMESPACE] --set-string lvmNode.kubeletDir="/var/snap/microk8s/common/var/lib/kubelet/"
45+ ```
46+ </details >
47+
48+
4049** Note:** If moving from the operator to helm
4150- Make sure the namespace provided in the helm install command is same as ` LVM_NAMESPACE ` (by default it is ` openebs ` ) env in the controller statefulset.
4251- Before installing, clean up the stale statefulset and daemonset from ` kube-system ` namespace using the below commands
@@ -65,20 +74,33 @@ _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command doc
6574
6675``` console
6776# Helm
68- $ helm upgrade [RELEASE_NAME] [CHART] --install
77+ $ helm upgrade [RELEASE_NAME] [CHART] --install --namespace [NAMESPACE]
6978```
7079
7180## Configuration
7281
7382The following table lists the configurable parameters of the OpenEBS LVM Localpv chart and their default values.
7483
84+ ``` console
85+ helm install openebs-lvmlocalpv openebs-lvmlocalpv/lvm-localpv --namespace openebs --create-namespace
86+ ```
87+ <details >
88+ <summary >Click here if you're using MicroK8s.</summary >
89+
90+ If you are using MicroK8s, it is necessary to add the following flag:
91+
92+ ``` console
93+ --set-string lvmNode.kubeletDir="/var/snap/microk8s/common/var/lib/kubelet/"
94+ ```
95+ </details >
96+
7597| Parameter| Description| Default|
7698| -| -| -|
7799| ` imagePullSecrets ` | Provides image pull secrect| ` "" ` |
78100| ` lvmPlugin.image.registry ` | Registry for openebs-lvm-plugin image| ` "" ` |
79101| ` lvmPlugin.image.repository ` | Image repository for openebs-lvm-plugin| ` openebs/lvm-driver ` |
80102| ` lvmPlugin.image.pullPolicy ` | Image pull policy for openebs-lvm-plugin| ` IfNotPresent ` |
81- | ` lvmPlugin.image.tag ` | Image tag for openebs-lvm-plugin| ` 0.6 .0 ` |
103+ | ` lvmPlugin.image.tag ` | Image tag for openebs-lvm-plugin| ` 0.7 .0 ` |
82104| ` lvmPlugin.metricsPort ` | The TCP port number used for exposing lvm-metrics | ` 9500 ` |
83105| ` lvmNode.driverRegistrar.image.registry ` | Registry for csi-node-driver-registrar image| ` k8s.gcr.io/ ` |
84106| ` lvmNode.driverRegistrar.image.repository ` | Image repository for csi-node-driver-registrar| ` sig-storage/csi-node-driver-registrar ` |
0 commit comments