Skip to content

Commit 62f4453

Browse files
authored
Update csi-debug.md
1 parent 1811d09 commit 62f4453

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/csi-debug.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ $ kubectl logs csi-smb-node-cvgbs -c smb -n kube-system > csi-smb-node.log
3131
- check cifs mount inside driver
3232
```console
3333
kubectl exec -it csi-smb-node-cvgbs -n kube-system -c smb -- mount | grep cifs
34+
```
35+
36+
- get Windows csi-proxy logs inside driver
37+
```console
38+
kubectl exec -it csi-smb-node-win-xxxxx -n kube-system -c smb cmd
39+
type c:\k\csi-proxy.err.log
3440
```
3541

3642
#### Update driver version quickly by editing driver deployment directly

0 commit comments

Comments
 (0)