local-path-provisioner
local-path-provisioner copied to clipboard
Dynamically provisioning persistent local storage with Kubernetes
Does the local-path storageclass support AllowVolumeExpansion or dynamic resize/expansion the PVC?
If it support, could you please figure out how to do this? I have a try to edit the local-path storageclass to add the below: ```yaml allowVolumeExpansion: true ``` then...
Followed the tutorial not changing a single thing... Got this in the logs: create process timeout after 120 seconds And it keeps trying and trying to create a pvc volume......
ZFS example
Hi all :wave: Just adding a tip in here, in case it saves a couple of minutes for people wanted to use ZFS with this local-path-provisioner. At least it will...
Hello, Thanks for work. Is there a way to provider a CSI storageclass compatible with local-path ? Aim goal is to support Snapshots (for Velero full backups since Restic mode...
I'm using local-path-provisioner with a directory backed by gluster which is shared through all my nodes. but I can't have multiple pods with shared pvc on multiple nodes because my...
The manager does not terminate properly but keeps hanging until it gets killed. Within the cluster this makes Deployment updates take more time and during local development one cannot simply...
Relates to https://github.com/rancher/local-path-provisioner/issues/179#issuecomment-1074531442
Support forceful termination using 2xCtrl+c. Relates to #179 Split from PR #166
* Make the helper Pod receive only environment variables instead of args (this changes the interface in a non-backward compatible way but is simpler to use and potentially provides more...