local-path-provisioner
local-path-provisioner copied to clipboard
Dynamically provisioning persistent local storage with Kubernetes
The helper-pods are not able to delete the pv from the disk. We receive the following error message in the logs of the helper-pods: `rm: can't remove '/opt/local-path-provisioner/pvc-47c78805-8957-428d-8996-d10b0517e043': Permission denied`...
I had created a Minio instance in my k3s cluster and noticed that the `helper-pod-delete-pvc` pods were failing with errors like the following (output is shortened here and below to...
I'm deploying a statefulset workload with 3 replicas. I see that the local-path-provisioner deploys all pvc replicas to one node. Is there a way to separate the pvc for each...
I tried: ``` helm install local-path-storage ./deploy/chart --set nodePathMap="[{node:DEFAULT_PATH_FOR_NON_LISTED_NODES,paths:[/data]}]" ``` and got the error: ``` Error: failed parsing --set data: error parsing index: strconv.Atoi: parsing "/data": invalid syntax ``` So,...
When trying to create two storage classes with different config maps, do not download `https://raw.githubusercontent.com/rancher/local-path-provisioner/master/deploy/local-path-storage.yaml` and customize that. There is a lack of a few configuration options there, like `--service-account-name`,...
Hi the created volumes are having `type: DirectoryOrCreate` property. But it might be unsafe in case if data storage is unmounted for some reason, because application can be started with...
Same as https://github.com/rancher/local-path-provisioner/pull/138, second attempt Use `type: Directory` instead of `type: DirectoryOrCreate` allows to block running workload on provisioned directories, to avoid the situations when initial storage is unmounted or...
Hello, I have 2 nodes cluster on jetson arm64 platform. OS is on USB flash disk. I am facing current situation : local path provisioner will create directory (in my...
Hi I would like to use this metrics from cadvisor to send alarm if any volumn uses more than 80% required storage in kubernetes environment. local-path-provisioner however doesn't support his...
Having to download the repository to install the provisioner via the helm chart is a bit more inconvenient than if it were available via a chart repository. A central repository...