Anton Lindholm
Anton Lindholm
/remove-lifecycle stale
Okay, so I got some csi-node logs with loggerlevel: development ```log 2022-02-08T09:24:46.306Z INFO logger/logger.go:41 Setting default log level to :"DEVELOPMENT" 2022-02-08T09:24:46.306Z INFO vsphere-csi/main.go:56 Version : v2.4.1 {"TraceId": "87146d84-cddd-4e50-bcc1-ccdfc86a9bec"} 2022-02-08T09:24:46.306Z DEBUG...
And here are some kubelet logs from the node: ``` {"log":"I0208 09:32:59.559846 3212256 clientconn.go:106] scheme \"\" not registered, fallback to default scheme\n","stream":"stderr","time":"2022-02-08T09:32:59.559903318Z"} {"log":"I0208 09:32:59.559882 3212256 passthrough.go:48] ccResolverWrapper: sending update to...
A similar fix was purposed earlier: https://github.com/minio/minio/pull/18122 Both approaches would solve this issue. I am not 100% sure why the other PR got closed without merging, but it would be...