Jan Šafránek
Jan Šafránek
Because I don't want a random unprotected HTTP port open on `0.0.0.0`. I want to have it on 127.0.0.1 and have kube-rbac-proxy to provide HTTPS with authentication + authorization on...
/lgtm /approve We can solve `TODO` comment in a subsequent PR.
New go cannot install `gometalinter`, I'll solve it somehow in a separate PR.
@bells17 can you please rebase? I am sorry, I updated k8s to 1.30 and removed gometalinter in a single PR, now I see they should be separate.
Thanks! /lgtm
We discussed it on today's sig-storage triage meeting and we agreed that it should be fixed by sanitizing requests, but *only* when debug log level is enabled: ```go if klog.V(4).Enabled()...
Yes, the CSI driver does not need any secrets, it just logs them and then ignores them. Currently it's not possible to tell CSI sidecars / kubelet what secrets the...
`release-tools` directory is imported from https://github.com/kubernetes-csi/csi-release-tools, please fix our makefiles in that project and then follow https://github.com/kubernetes-csi/csi-release-tools?tab=readme-ov-file#sharing-and-updating to update it here. In addition, should it be `CGO_ENABLED?=0` , with a...