Files
2025-12-09 19:34:54 +11:00

13 KiB

OpenEBS LocalPV Provisioner

License Chart Lint and Test Release Charts

A Helm chart for openebs dynamic localpv provisioner. This chart bootstraps OpenEBS Dynamic LocalPV provisioner deployment on a Kubernetes cluster using the Helm package manager.

Homepage: http://www.openebs.io/

Get Repo Info

helm repo add openebs-localpv https://openebs.github.io/dynamic-localpv-provisioner
helm repo update

See helm repo for command documentation.

Install Chart

Please visit the link for install instructions via helm3.

# Helm
helm install [RELEASE_NAME] openebs-localpv/localpv-provisioner --namespace [NAMESPACE] --create-namespace

See configuration below.

See helm install for command documentation.

Uninstall Chart

# Helm
helm uninstall [RELEASE_NAME] --namespace [NAMESPACE]

This removes all the Kubernetes components associated with the chart and deletes the release.

See helm uninstall for command documentation.

Upgrading Chart

# Helm
helm upgrade [RELEASE_NAME] [CHART] --install --namespace [NAMESPACE]

Configuration

The following table lists the configurable parameters of the OpenEBS Dynamic LocalPV Provisioner chart and their default values.

You can modify different parameters by specifying the desired value in the helm install command by using the --set and/or the --set-string flag(s).

helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace openebs --create-namespace

Sample command to install the provisioner with nodeAffinityLabels "openebs.io/node-affinity-key-1" and "openebs.io/node-affinity-key-2" on the hostpath StorageClass:

helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace openebs --create-namespace \
	--set-string hostpathClass.nodeAffinityLabels="{openebs.io/node-affinity-key-1,openebs.io/node-affinity-key-2}"
Parameter Description Default
analytics.enabled Enable sending stats to Google Analytics true
analytics.pingInterval Duration(hours) between sending ping stat 24h
extraLabels Additional labels to add to all chart resources {}
global.imageRegistry Default image registry, overridden by localpv.image.registry and helperPod.image.registry ""
helperPod.image.registry Registry for helper image ""
helperPod.image.repository Image for helper pod "openebs/linux-utils"
helperPod.image.pullPolicy Pull policy for helper pod "IfNotPresent"
helperPod.image.tag Image tag for helper image 4.2.0
hostpathClass.basePath BasePath for openebs-hostpath StorageClass "/var/openebs/local"
hostpathClass.enabled Enables creation of default Hostpath StorageClass true
hostpathClass.isDefaultClass Make openebs-hostpath the default StorageClass "false"
hostpathClass.nodeAffinityLabels Custom node label(or labels) key to uniquely identify nodes. kubernetes.io/hostname is the default label key for node selection. []
hostpathClass.xfsQuota.enabled Enable XFS Quota (requires XFS filesystem) false
hostpathClass.ext4Quota.enabled Enable EXT4 Quota (requires EXT4 filesystem) false
hostpathClass.reclaimPolicy ReclaimPolicy for Hostpath PVs "Delete"
imagePullSecrets Provides image pull secrect ""
localpv.enabled Enable LocalPV Provisioner true
localpv.image.registry Registry for LocalPV Provisioner image ""
localpv.image.repository Image repository for LocalPV Provisioner openebs/localpv-provisioner
localpv.image.pullPolicy Image pull policy for LocalPV Provisioner IfNotPresent
localpv.image.tag Image tag for LocalPV Provisioner 4.4.0
localpv.updateStrategy.type Update strategy for LocalPV Provisioner RollingUpdate
localpv.annotations Annotations for LocalPV Provisioner metadata ""
localpv.podAnnotations Annotations for LocalPV Provisioner pods metadata ""
localpv.privileged Run LocalPV Provisioner with extra privileges true
localpv.resources Resource and request and limit for containers ""
localpv.podLabels Appends labels to the pods ""
localpv.nodeSelector Nodeselector for LocalPV Provisioner pods ""
localpv.tolerations LocalPV Provisioner pod toleration values ""
localpv.securityContext Seurity context for container ""
localpv.healthCheck.initialDelaySeconds Delay before liveness probe is initiated 30
localpv.healthCheck.periodSeconds How often to perform the liveness probe 60
localpv.replicas No. of LocalPV Provisioner replica 1
localpv.enableLeaderElection Enable leader election true
localpv.affinity LocalPV Provisioner pod affinity {}
localpv.priorityClassName Sets priorityClassName in pod ""
rbac.create Enable RBAC Resources true
rbac.pspEnabled Create pod security policy resources false

A YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

helm install <release-name> -f values.yaml --namespace openebs openebs-localpv/localpv-provisioner

Tip

: You can use the default values.yaml