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 32 csi-driver-host-path issues
Sort by recently updated
recently updated
newest added

Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.29.2 to 1.29.3. Release notes Sourced from k8s.io/kubernetes's releases. Kubernetes v1.29.3 See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG. See the CHANGELOG for more details....

size/S
release-note-none
cncf-cla: yes
ok-to-test
area/dependency

**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/cleanup
release-note-none
needs-rebase
cncf-cla: yes
do-not-merge/hold
size/XXL
ok-to-test

**What type of PR is this?** /kind bug **What this PR does / why we need it**: Add signal catch to stop the server gracefully, when the server stopped, the...

kind/bug
release-note-none
cncf-cla: yes
size/M

[discussion] code : https://github.com/kubernetes-csi/csi-driver-host-path/blob/84454c94eceb25799377e2e4a4d489e94e2f8e5a/pkg/hostpath/hostpath.go#L179 Is this line mean to create directory with 777 perm? If is , maybe this line is not expected!. It will use system ~umask as the...

lifecycle/rotten

**What type of PR is this?** /kind documentation **Which issue(s) this PR fixes**: Fixes https://github.com/kubernetes/test-infra/issues/30370 **Does this PR introduce a user-facing change?**: ```release-note NONE ```

size/S
lgtm
lifecycle/stale
release-note-none
needs-rebase
cncf-cla: yes
ok-to-test

Currently symlinks for [kubernetes-latest](https://github.com/kubernetes-csi/csi-driver-host-path/blob/master/deploy/kubernetes-latest) and [kubernetes-1.28](https://github.com/kubernetes-csi/csi-driver-host-path/blob/master/deploy/kubernetes-1.28) do not resolve correctly, must've been introduced in https://github.com/kubernetes-csi/csi-driver-host-path/commit/482f780e9e4b086d0b37110739a944cd64b9d504 To reproduce: ``` git clone [email protected]:kubernetes-csi/csi-driver-host-path.git cd csi-driver-host-path ls -R deploy/kubernetes-latest/ ``` In `master` it...

lifecycle/rotten

From the [doc](https://github.com/kubernetes-csi/csi-driver-host-path/blob/master/pkg/hostpath/README.md), when the server started the default `/tmp/csi.sock` file was created automatically. But after kill the server, the sock file was not removed accordingly. ``` ll /tmp srwxr-xr-x...

**What type of PR is this?** /kind documentation **What this PR does / why we need it**: Fixed and updated the readme doc, to make it better to test locally....

release-note-none
kind/documentation
needs-rebase
cncf-cla: yes
size/M

Hello, This is a question however vulnerability updating per NIST standards requires them to be resolved within specific timeframes. We would like to update to version 1.11 from 1.10 however...

help wanted

Bumps [github.com/container-storage-interface/spec](https://github.com/container-storage-interface/spec) from 1.9.0 to 1.10.0. Release notes Sourced from github.com/container-storage-interface/spec's releases. v1.10.0 What's Changed Breaking changes/Deprecations None Additions [Alpha] Add new "SnapshotMetadata service" to allow CO to obtain allocated...

release-note-none
cncf-cla: yes
size/XXL
ok-to-test
area/dependency