local-path-provisioner
local-path-provisioner copied to clipboard
Dynamically provisioning persistent local storage with Kubernetes
When this is fixed (if it ever worked?) it would be very useful to align to the well established variables present in in the retail upstream NFS provisioner using pathPattern....
The pods fails with `Error: failed to prepare subPath for volumeMount "xfs-quota-projects" of container "helper-pod"` `projects` file is created in `/etc`
HI, Is there any plan to add "capacity aware volume scheduling" like the way topLVM does? https://www.youtube.com/watch?v=ocERHX3uPtA https://kccnceu20.sched.com/event/ZerD
I am using oracle database operator to create a database. Using Dynamic Persistence I can create database normally. But with Static Persistence, I am unable to create the database. I...
I'm using Rancher Desktop 1.6.2 and Kuebernetes version v1.24.7 and I'm trying to install local-path-provisioner 0.0.23 as instructed per README.md but I'm getting the following error: ```powershell PS C:\Work> kubectl...
After installing the LPP and initializing the PVC with pod, I receive an error for directory creation via helper: ```shell mkdir: can't create directory '/data/local-path-provisioner/pvc-7a3c3fd8-6564-4bd6-a655-8a967e000a4b_default_volume-test-pvc': Permission denied ``` To fix...
Piggybacking off this PR request from @runningman84: https://github.com/rancher/local-path-provisioner/pull/393 but retained the `selector.matchLabels` piece since it's not an immutable field after the release has been deployed and will actually block helm...
Hello! I would like to know how I can use the storage class to effectively create two tiers of storage? In my case, all nodes have a few rclone-mounts and...