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 3ced416 commit ee6737fCopy full SHA for ee6737f
docs/csi-debug.md
@@ -9,7 +9,7 @@ csi-blobfuse-controller-56bfddd689-sl4ll 5/5 Running 0 35s
9
```
10
- get csi driver logs
11
```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
+$ kubectl logs csi-blobfuse-controller-56bfddd689-dh5tk -c blobfuse -n kube-system > csi-blobfuse-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
15
0 commit comments