Skip to content

Commit 27394ec

Browse files
authored
Update csi-debug.md
1 parent e85fab6 commit 27394ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/csi-debug.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## CSI driver troubleshooting guide
22
### Case#1: volume create/delete issue
3-
> This step is not available if you are using [managed CSI driver on AKS](https://docs.microsoft.com/en-us/azure/aks/azure-csi-blob-storage-dynamic).
3+
> This step is not applicable if you are using [managed CSI driver on AKS](https://docs.microsoft.com/en-us/azure/aks/azure-csi-blob-storage-dynamic).
44
- find csi driver controller pod
55
> There could be multiple controller pods (only one pod is the leader), if there are no helpful logs, try to get logs from the leader controller pod.
66
```console
@@ -29,8 +29,9 @@ csi-blob-node-cvgbs 3/3 Running 0 7m4s
2929
csi-blob-node-dr4s4 3/3 Running 0 7m4s 10.240.0.4 k8s-agentpool-22533604-0
3030
</pre>
3131

32-
- get csi driver logs
32+
- get pod description and logs
3333
```console
34+
kubectl describe pod csi-blob-node-cvgbs -n kube-system > csi-blob-node-description.log
3435
kubectl logs csi-blob-node-cvgbs -c blob -n kube-system > csi-blob-node.log
3536
```
3637
> note: to watch logs in realtime from multiple `csi-blob-node` DaemonSet pods simultaneously, run the command:

0 commit comments

Comments
 (0)