We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff89c25 commit 7d925aeCopy full SHA for 7d925ae
docs/csi-debug.md
@@ -37,6 +37,10 @@ kubectl logs csi-blob-node-cvgbs -c blob -n kube-system > csi-blob-node.log
37
> note: to watch logs in realtime from multiple `csi-blob-node` DaemonSet pods simultaneously, run the command:
38
> ```console
39
> kubectl logs daemonset/csi-blob-node -c blob -n kube-system -f
40
+> ```
41
+> get blobfuse-proxy logs on the node
42
+> ```console
43
+> journalctl -u blobfuse-proxy -l
44
> ```
45
46
- check blobfuse mount inside driver
0 commit comments