hostpath-provisioner icon indicating copy to clipboard operation
hostpath-provisioner copied to clipboard

Dynamic Provisioning of Kubernetes HostPath Volumes

Results 7 hostpath-provisioner issues
Sort by recently updated
recently updated
newest added

* Allow specification of a (relative) path via (configurable) annotations so the volume's path isn't necessarily so "cryptic", and instead can be more user-friendly. If the annotation is not provided,...

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.19.1 to 0.20.0. Commits afa3b34 Update dependencies to v0.20.0 tag fb61a7c Merge pull request #96720 from liggitt/throttled-logger 61471be Deflake ThrottledLogger test 66db254 Merge pull request #95981 from...

dependencies

When using subPath option of volumeMounts, the pvc-... directory and subpath is not created. System: - k3s v1.24.6+k3s1 - hostpath-provisioner-0.2.13 (helm chart) Thank you

when I use NODE_HOST_PATH to set a custom directory as my hostpath mount point,such as /data. If i create pvc and pod by the yaml file below.The pvc directory is...

bug

Currently, the directory name is generated as random UUID. Could you add an option to use the PVC name as directory name for generated PVs? The absolute ideal soultion would...

Depending on the type of pod you start the PVs are created with different owners/permissions. In the pod we do see now permission errors ![image](https://user-images.githubusercontent.com/295491/90263042-65355c80-de4f-11ea-953a-d2bec7da579d.png) ``` cp: cannot create directory...

Currently, the type of the created hostpath volume is empty, so k8s waits until someone creates the directory. Would you add an option to specify the type (so that it...