File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
## CSI driver troubleshooting guide
2
2
### 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 ) .
4
4
- find csi driver controller pod
5
5
> 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.
6
6
``` console
@@ -29,8 +29,9 @@ csi-blob-node-cvgbs 3/3 Running 0 7m4s
29
29
csi-blob-node-dr4s4 3/3 Running 0 7m4s 10.240.0.4 k8s-agentpool-22533604-0
30
30
</pre >
31
31
32
- - get csi driver logs
32
+ - get pod description and logs
33
33
``` console
34
+ kubectl describe pod csi-blob-node-cvgbs -n kube-system > csi-blob-node-description.log
34
35
kubectl logs csi-blob-node-cvgbs -c blob -n kube-system > csi-blob-node.log
35
36
```
36
37
> note: to watch logs in realtime from multiple ` csi-blob-node ` DaemonSet pods simultaneously, run the command:
You can’t perform that action at this time.
0 commit comments