local-path-provisioner
local-path-provisioner copied to clipboard
Dynamically provisioning persistent local storage with Kubernetes
Hi I am trying to use instance created with bottlerocket image for local storage, but I see this error on helper pod - ``` Events: Type Reason Age From Message...
The `app.kubernetes.io/` labels are becoming part of the standard way of labeling things within the infrastructure. Can this be updated to start applying those labels to various elements?
Is it possible to get metrics of volume size and usage?
seems the disks are created using `ext4` by default? how to i configure chart to create `xfs` formatted disks?
Hi folks. I'm wondering why I can not define multiple `sharedFileSystemPath`s analogous to the way I can configure `nodePathMap[*].paths`? This would allow to create and use storage classes (eg. the...
I have deployed local-path-privisioner with `v0.0.24`, when I apply a busybox to make a test, the pvc is always pending and reports errors about `configuration error, no node was specified`....
Resolves #316
I have the problem that paths is not random When I check source, I see below It wasn't at all? Is anything I am missing? https://github.com/rancher/local-path-provisioner/blob/58eb2922673f0109592b17490853462dc28955c9/provisioner.go#L206-L210
Hello 👋, I'm using the `local-path-provisioner` as part of `k3d`, to test and validate our development and I discovered something strange with the `local-path-provisioner` and its conformance to the `fsGroup`...
Hi, when create many pod using the localpv at the same time, schedule is slow. The schedule order is: helper pod -> podA -> helper pod -> podB -> helper...