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 2da5725 commit 500af89Copy full SHA for 500af89
docs/csi-debug.md
@@ -3,9 +3,9 @@
3
- locate csi driver pod
4
```console
5
$ 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
+NAME READY STATUS RESTARTS AGE IP NODE
+csi-blob-controller-56bfddd689-dh5tk 4/4 Running 0 35s 10.240.0.19 k8s-agentpool-22533604-0
+csi-blob-controller-56bfddd689-sl4ll 4/4 Running 0 35s 10.240.0.23 k8s-agentpool-22533604-1
9
```
10
- get csi driver logs
11
0 commit comments