Helm repository of CSI Driver and related hostpath services
The csi-hostpath
helm chart will install all the moving parts required
to run a localhost CSI driver.
A minimum Kubernetes v1.17 is required.
The PersistentVolumes created with such driver, can then be user as
source for VolumeSnapshot.
Manifests in this chart have been build by following instructions here and then have been customised to run on microk8s (see Gotcha section below for more details.)
helm repo add csi-hostpath https://speedwing.github.io/csi-hostpath-helm helm install csi-hostpath csi-hostpath/csi-hostpath
This chart is currently optimised to run on microk8s.
The two issues below, detail how to customize the CSIDriver in order to make it to run on microk8s: