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

resolve #85 Took the changes from #91 and added them to be enabled by a config value. Default behavior is still to use hostPath volumes. Made some small changes to...

Instead of spamming in #174 I will create another PR. This is an attempt to bring shared file systems support. `sharedFileSystemPath` allows the provisioner to use a filesystem that is...

Hi, Thanks for maintaining this repo. I have installed the provisioner on a single node `k3s` cluster (home lab) using: ```sh kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/master/deploy/local-path-storage.yaml ``` The provisioner originally installs...

stale

I have hdd and ssd installed in host server. I want create two k8s storageclass to support for both hdd and ssd to adapt different performance requirement. Is local-path supported...

For my use-case, would it be possible to either disable PVName in the Hostpath path or manually configure a consistent value? Currently, PVName (random UID) is used in the path,...

Hi, I have a cluster with two nodes: * the first node is home to deployments using *local-path-provisioner* (aka `first.example`) * the second node (aka `second.example`) was recently added to...

question
documentation

When I am in AWS and using the aws ebs csi driver I can do a 3 step deploy to get my pv's really to be pv's such that when...

Hi, Thank you for this great project. I'm currently trying to deploy multiple instances of the minio operator. Unfortunately their privisioner https://github.com/minio/direct-csi doesn't support multiple storage classes when deploying multiple...

enhancement

The doc says: ![image](https://user-images.githubusercontent.com/5366582/177089947-76259adb-cbe9-4f83-985d-6146f3d6d62c.png) Imaging I have 3 NVMEs and I'd like to deploy 3 database replicas on the node, where the data was replicated internally by the DBMS, naturally...

enhancement
Investigate

1. deploy Postgres on k3s 2. cd local path, cd data and would see nothing ![image](https://user-images.githubusercontent.com/28639514/176855400-68576198-30fc-4367-ac77-e015ec03d557.png) 3. cd pod's mount path, cd data and would see files expected. ![image](https://user-images.githubusercontent.com/28639514/176855505-2707bceb-b793-41d1-a09f-df20cfcd6c2c.png) 4....