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. When I follow [instructions](https://github.com/kubernetes-csi/node-driver-registrar/blob/master/README.md) for deploying csi-driver-registrar on aws cluster (EKS) nodes (EC2) the node-driver-registrar always fails with the following log: I0608 14:48:02.757010 1 main.go:113] Version: v2.1.0-0-g80d42f24 I0608 14:48:02.757918...
I was trying to narrow down a perf issue and noticed that csi.node-driver-registrar.exe consumed 44% cpu time within 359ms. The majority of this time was spent on reading Container registry...
The `node-driver-registrar` container should support structured logging when given the `--log-format-json` flag, like for instance the `secrets-store-csi-driver` does. A simple implementation can be found here: https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/cmd/secrets-store-csi-driver/main.go#L90-L94
Our image scanner detected some golang related findings (e.g. `CVE-2022-27664`) in the latest release `v2.5.1` which can be fixed by rebuilding with golang `v1.18.6` or higher. Is there a way...
Since last release is released in May, and many CVE mitigation PRs has been merged. But how often would you release a new version of node-driver-registrar? Like when we can...
Hi there. Hoping to clear up some confusion re: which versions are actively supported. Re the docs: - https://kubernetes-csi.github.io/docs/node-driver-registrar.html Implies that v6 - v9 are supported, but the last release...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: In this PR I have added JSON logging. With this change, it is...
Log: ``` I0323 21:20:55.915743 1 main.go:110] Version: unknown I0323 21:20:55.915816 1 main.go:120] Attempting to open a gRPC connection with: "/csi/csi.sock" I0323 21:20:55.915833 1 connection.go:151] Connecting to unix:///csi/csi.sock I0323 21:20:55.916332 1...
When attempting to pull the image for the new v2.11.0 I get the following: ``` $ docker pull registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.0 Error response from daemon: manifest for registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.0 not found: manifest unknown:...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.64.1 Dependencies Update x/net/http2 to address CVE-2023-45288 (#7352) metadata: remove String method from MD to make printing...