Skip to content

Commit ee6737f

Browse files
authored
Update csi-debug.md
1 parent 3ced416 commit ee6737f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csi-debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ csi-blobfuse-controller-56bfddd689-sl4ll 5/5 Running 0 35s
99
```
1010
- get csi driver logs
1111
```console
12-
$ kubectl logs `kubectl get po -n kube-system | grep csi-blobfuse-controller | cut -d ' ' -f1` -c blobfuse -n kube-system > csi-blobfuse-controller.log
12+
$ kubectl logs csi-blobfuse-controller-56bfddd689-dh5tk -c blobfuse -n kube-system > csi-blobfuse-controller.log
1313
```
1414
> note: there could be multiple controller pods, if there are no helpful logs, try to get logs from other controller pods
1515

0 commit comments

Comments
 (0)