Skip to content

Commit daa67f7

Browse files
authored
Update csi-debug.md
1 parent 5dc3ff4 commit daa67f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/csi-debug.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ csi-blob-controller-56bfddd689-sl4ll 4/4 Running 0 35s
1111
```console
1212
$ kubectl logs csi-blob-controller-56bfddd689-dh5tk -c blob -n kube-system > csi-blob-controller.log
1313
```
14-
> note: there could be multiple controller pods, if there are no helpful logs, try to get logs from other controller pods
14+
> 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`
1516
1617
### Case#2: volume mount/unmount failed
1718
- locate csi driver pod and make sure which pod do tha actual volume mount/unmount

0 commit comments

Comments
 (0)