Skip to content

Commit

Permalink
Update csi-debug.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Jun 24, 2020
1 parent 3ced416 commit ee6737f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/csi-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ csi-blobfuse-controller-56bfddd689-sl4ll 5/5 Running 0 35s
```
- get csi driver logs
```console
$ kubectl logs `kubectl get po -n kube-system | grep csi-blobfuse-controller | cut -d ' ' -f1` -c blobfuse -n kube-system > csi-blobfuse-controller.log
$ kubectl logs csi-blobfuse-controller-56bfddd689-dh5tk -c blobfuse -n kube-system > csi-blobfuse-controller.log
```
> note: there could be multiple controller pods, if there are no helpful logs, try to get logs from other controller pods
Expand Down

0 comments on commit ee6737f

Please sign in to comment.