csi-driver-host-path icon indicating copy to clipboard operation
csi-driver-host-path copied to clipboard

A sample (non-production) CSI Driver that creates a local directory as a volume on a single node

Results 38 csi-driver-host-path issues
Sort by recently updated
recently updated
newest added

Because default storge class driver for `minikube` don't support `secureContext`, I have to use this as a storage class driver for a minikube local dev environment for a project. And...

I want to implement storage on different nodes by using different storage classes, because I want to use this storage driver to address storage IO issues when using kubevirt

**What type of PR is this?** /kind feature **What this PR does / why we need it**: This PR convert our static deployment manifests from `deploy/kubernetes-latest/*` into Helm Charts under...

kind/feature
needs-ok-to-test
cncf-cla: yes
release-note
size/XXL

**What type of PR is this?** > Uncomment only one ` /kind ` line, hit enter to put that in a new line, and remove leading whitespaces from that line:...

kind/feature
do-not-merge/work-in-progress
needs-rebase
cncf-cla: yes
release-note
size/XXL

This is just a way to run hostpath driver in rwx mode. I am currently using a NFS share to share the state.json file between multiple nodes. Probably not most...

do-not-merge/work-in-progress
cncf-cla: yes
do-not-merge/release-note-label-needed
size/M

/kind bug /priority important-soon https://github.com/kubernetes/k8s.io/issues/1523 gcr.io/k8s-testimages is a legacy Google-owned GCR/AR repo. We should migrate to a community-owned AR registry. See for example https://github.com/kubernetes/k8s.io/issues/1523#issuecomment-918396791 https://cs.k8s.io/?q=k8s-testimages&i=nope&literal=nope&files=&excludeFiles=&repos=kubernetes-csi/csi-driver-host-path

kind/bug
priority/important-soon

While implementing my CSI driver by using hostpath as a reference, I noticed several spots where the hostpath ListSnapshots() implementation does not comply with the CSI spec: - ListSnapshots( MaxEntries:...

I am trying to use this driver to test creation of a volume snapshot from a PVC populated with the state of `/var/lib/docker` of a pod after pulling a number...