OpenEBS LocalPV Helm Repository
Helm3 must be installed to use the charts. Please refer to the official Helm documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add openebs-localpv https://openebs.github.io/dynamic-localpv-provisioner
You can then run helm search repo openebs-localpv
to see the charts.
Update OpenEBS LocalPV Repo
Once OpenEBS LocalPV repository has been successfully fetched into the local system, it has to be updated to get the latest version. The LocalPV charts repo can be updated using the following command:
helm repo update
Install using Helm 3
- Run the following command to install the OpenEBS Dynamic LocalPV Provisioner helm chart:
helm install [RELEASE_NAME] openebs-localpv/localpv-provisioner --namespace [NAMESPACE] --create-namespace
See helm install for command documentation.
Dependencies
By default this chart installs additional, dependent charts:
Repository | Name |
---|---|
https://openebs.github.io/node-disk-manager | openebs-ndm |
To disable the dependency during installation, set openebsNDM.enabled
to false
.
See helm dependency 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
Refer to the OpenEBS Dynamic LocalPV Provisioner Helm chart README.md file for detailed configuration options.
Click here for the Quickstart guide.