Skip to content

Commit 500af89

Browse files
authored
Update csi-debug.md
1 parent 2da5725 commit 500af89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/csi-debug.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
- locate csi driver pod
44
```console
55
$ kubectl get po -o wide -n kube-system | grep csi-blob-controller
6-
NAME READY STATUS RESTARTS AGE IP NODE
7-
csi-blob-controller-56bfddd689-dh5tk 5/5 Running 0 35s 10.240.0.19 k8s-agentpool-22533604-0
8-
csi-blob-controller-56bfddd689-sl4ll 5/5 Running 0 35s 10.240.0.23 k8s-agentpool-22533604-1
6+
NAME READY STATUS RESTARTS AGE IP NODE
7+
csi-blob-controller-56bfddd689-dh5tk 4/4 Running 0 35s 10.240.0.19 k8s-agentpool-22533604-0
8+
csi-blob-controller-56bfddd689-sl4ll 4/4 Running 0 35s 10.240.0.23 k8s-agentpool-22533604-1
99
```
1010
- get csi driver logs
1111
```console

0 commit comments

Comments
 (0)