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 fd40c41 commit b3dd1bdCopy full SHA for b3dd1bd
docs/csi-debug.md
@@ -17,7 +17,7 @@ $ kubectl logs csi-blob-controller-56bfddd689-dh5tk -c blob -n kube-system > csi
17
- locate csi driver pod and make sure which pod do tha actual volume mount/unmount
18
```console
19
$ kubectl get po -o wide -n kube-system | grep csi-blob-node
20
-NAME READY STATUS RESTARTS AGE IP NODE
+NAME READY STATUS RESTARTS AGE IP NODE
21
csi-blob-node-cvgbs 3/3 Running 0 7m4s 10.240.0.35 k8s-agentpool-22533604-1
22
csi-blob-node-dr4s4 3/3 Running 0 7m4s 10.240.0.4 k8s-agentpool-22533604-0
23
```
0 commit comments