Skip to content

Commit b3dd1bd

Browse files
authored
Update csi-debug.md
1 parent fd40c41 commit b3dd1bd

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
@@ -17,7 +17,7 @@ $ kubectl logs csi-blob-controller-56bfddd689-dh5tk -c blob -n kube-system > csi
1717
- locate csi driver pod and make sure which pod do tha actual volume mount/unmount
1818
```console
1919
$ kubectl get po -o wide -n kube-system | grep csi-blob-node
20-
NAME READY STATUS RESTARTS AGE IP NODE
20+
NAME READY STATUS RESTARTS AGE IP NODE
2121
csi-blob-node-cvgbs 3/3 Running 0 7m4s 10.240.0.35 k8s-agentpool-22533604-1
2222
csi-blob-node-dr4s4 3/3 Running 0 7m4s 10.240.0.4 k8s-agentpool-22533604-0
2323
```

0 commit comments

Comments
 (0)