local-path-provisioner icon indicating copy to clipboard operation
local-path-provisioner copied to clipboard

Dynamically provisioning persistent local storage with Kubernetes

Results 182 local-path-provisioner issues
Sort by recently updated
recently updated
newest added

Is there an example of how to use the provisioner in a PodTemplate? For example using NFS storage in a pod template could look like this: ```yaml template: spec: volumes:...

setting registry and no .Values.imagePullSecrets helm template error Signed-off-by: tgfree

Hi folks, I'm looking for help/advice on adapting the setup/teardown scripts to create loopback devices as disks, to put a hard limit on the space allocated for each volume. My...

stale

Can local-path-provisioner support the strorage capacity tracking? I can't use kubectl to list the CSIStorageCapacity resource which is mentioned by the docs of kubernetes: [https://kubernetes.io/docs/concepts/storage/storage-capacity/](url)

by using local instead of hostpath it would be possible to use velero with restic for backups. velero with restic for volume backups can not support to backup host-path, but...

enhancement

I'm running on some bare metal servers, and if one of them goes away (effectively permanently), PVs and PVCs don't get reaped, so the pods (created as a statefulset) can't...

Setting imagePullSecrets and serviceAccountName in the same time, is unnecessary, and may set the wrong secrets which will disable the sa.

stale

I read the interesting ticket #41 about it. It seems the fsGroup can't be natively supported. I dig a bit in the kubernetes PersitentVolumes and found that using local (https://kubernetes.io/docs/concepts/storage/volumes/#local...

currently no health checks like liveness/readiness probes available for the local-path-provisioner please add these health checks to improve the reliability and provide a way to configure the timers through helm...

enhancement

Thanks for providing this provisioner. I am setting up MySQL HA using Kubernetes [Stateful example](https://kubernetes.io/docs/tasks/run-application/run-replicated-stateful-application/). I have tried this provisioner, but it is creating dynamic PV & mounting also but...