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 5dc3ff4 commit daa67f7Copy full SHA for daa67f7
docs/csi-debug.md
@@ -11,7 +11,8 @@ csi-blob-controller-56bfddd689-sl4ll 4/4 Running 0 35s
11
```console
12
$ kubectl logs csi-blob-controller-56bfddd689-dh5tk -c blob -n kube-system > csi-blob-controller.log
13
```
14
-> note: there could be multiple controller pods, if there are no helpful logs, try to get logs from other controller pods
+> note: there could be multiple controller pods, logs can be taken from all of them simultaneously, also with `follow` (realtime) mode
15
+> `kubectl logs deploy/csi-blob-controller -c blob -f -n kube-system`
16
17
### Case#2: volume mount/unmount failed
18
- locate csi driver pod and make sure which pod do tha actual volume mount/unmount
0 commit comments