node-driver-registrar
node-driver-registrar copied to clipboard
Sidecar container that registers a CSI driver with the kubelet using the kubelet plugin registration mechanism.
Hello. Would it be possible to bump the version of Golang to help resolve some of these CVE's? CVE-2021-38297 | critical | go 1.16.2 | 9,8 | https://nvd.nist.gov/vuln/detail/CVE-2021-38297 CVE-2021-27918 |...
I'm building a csi driver using windows host process containers and the hard-coded path requires me to make a symlink on the host node itself to /registration which seems pretty...
When using windows host process containers the entrypoint needs to be relative otherwise it looks for the binary at that path on the actual host filesystem.
**What type of PR is this?** /kind failing-test **What this PR does / why we need it**: test: add tirvy vulnerability scanner github action **Which issue(s) this PR fixes**: Fixes...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: After the trial in csi-test and csi-driver-iscsi we want to role out the...
Squashed 'release-tools/' changes from 31aa44d1..d29a2e75 [d29a2e75](https://github.com/kubernetes-csi/csi-release-tools/commit/d29a2e75) Merge [pull request #198](https://github.com/kubernetes-csi/csi-release-tools/pull/198) from pohly/csi-test-5.0.0 [41cb70d3](https://github.com/kubernetes-csi/csi-release-tools/commit/41cb70d3) prow.sh: sanity testing with csi-test v5.0.0 [c85a63fb](https://github.com/kubernetes-csi/csi-release-tools/commit/c85a63fb) Merge [pull request #197](https://github.com/kubernetes-csi/csi-release-tools/pull/197) from pohly/fix-alpha-testing [b86d8e94](https://github.com/kubernetes-csi/csi-release-tools/commit/b86d8e94) support Kubernetes 1.25...
Squashed 'release-tools/' changes from e4dab7ff..d29a2e75 [d29a2e75](https://github.com/kubernetes-csi/csi-release-tools/commit/d29a2e75) Merge [pull request #198](https://github.com/kubernetes-csi/csi-release-tools/pull/198) from pohly/csi-test-5.0.0 [41cb70d3](https://github.com/kubernetes-csi/csi-release-tools/commit/41cb70d3) prow.sh: sanity testing with csi-test v5.0.0 [c85a63fb](https://github.com/kubernetes-csi/csi-release-tools/commit/c85a63fb) Merge [pull request #197](https://github.com/kubernetes-csi/csi-release-tools/pull/197) from pohly/fix-alpha-testing [b86d8e94](https://github.com/kubernetes-csi/csi-release-tools/commit/b86d8e94) support Kubernetes 1.25...
in my kubernetes cluster node1 kubelet woring dir is /var/lib/kubelet node2 kubelet woring dir is /data/kubelet how do i use node-driver-registrar
K8s ver. 1.17.6 After applying https://github.com/kubernetes/cloud-provider-openstack/blob/master/manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml and creating a PV logs are flooded by: ``` Jun 13 15:43:33 worker-2 kubelet[4066]: I0613 15:43:33.776472 4066 clientconn.go:104] parsed scheme: "" Jun 13 15:43:33...
When the node restarts, kubelet would found a residual sock files in the /var/lib/kubelet/plugins_registry directory, which will cause the csi plugin registration to fail. If the registration fails, kubelet will...