local-path-provisioner
local-path-provisioner copied to clipboard
Dynamically provisioning persistent local storage with Kubernetes
The machine in my k8s cluster has two local ssd disks, which I mounted to /data1 and /data2 respectively. When I create storageClass, I hope that nodepath can be randomly...
Pod does not start with the following error when applying local-path-provisioner through a kustomization file with a `nameSuffix` properties. Error: ```shell time="2024-05-17T19:14:04Z" level=fatal msg="Error starting daemon: invalid empty flag helper-pod-file...
# About In the readme, there is a section on _reloading_ where it discusses the ability of the provisioner to be able to automatically pick up changes made to the...
Any suggestions? `mkdir: can't create directory '/opt/local-path-provisioner/pvc-4bcd4bcc-8d82-4d05-a625-b11a1438474a_local-path-storage_local-path-pvc': Permission denied` `level=info msg="mkdir: can't create directory '/opt/local-path-provisioner/pvc-4bcd4bcc-8d82-4d05-a625-b11a1438474a_local-path-storage_local-path-pvc': Permission denied"`
As per https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#built-in-node-labels [[[ Note: The value of these labels is cloud provider specific and is not guaranteed to be reliable. For example, the value of kubernetes.io/hostname may be the...
If we're unlucky, the local-path-provisioner can be killed before it has a chance to clean up orphened PVs. These may then hang around while subsequent tests run. Depending on the...
Following up to #125 and after #127 has been merged, it should be up to the helper Pod to decide up on support for Block devices or not. In fact...
We're seeing lots of client-side throttling logs, for example: ``` I0607 16:06:28.256034 1 request.go:697] Waited for 6.188561909s due to client-side throttling, not priority and fairness, request: POST:https://172.21.0.1:443/api/v1/persistentvolumes ``` Is there...
It looks to me like it's possible for the `deleteKustomizeDeployment` helper to tear down the local-path-provisioner before it has a chance to clean up associated PVs (with "Delete" reclaim policy)....