You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I0310 07:28:29.658403 5752 node_register.go:95] Starting HTTP server at endpoint: :9809
Once started, the livenessProbe fails with 404, I did a port-forward to debug it locally
k -n kube-system port-forward pods/azuredisk-csi-driver-node-windows-rwwjd 9809:9809
Forwarding from 127.0.0.1:9809 -> 9809
# other terminal
curl localhost:9809/healthz
404 page not found
/kind bug
I tried setting this in a manifest:
The logs show:
Once started, the livenessProbe fails with 404, I did a port-forward to debug it locally
The path is set at this location
node-driver-registrar/cmd/csi-node-driver-registrar/node_register.go
Line 99 in 86cc0bb
--enable-pprof
I can do:The text was updated successfully, but these errors were encountered: