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 1811d09 commit 62f4453Copy full SHA for 62f4453
docs/csi-debug.md
@@ -31,6 +31,12 @@ $ kubectl logs csi-smb-node-cvgbs -c smb -n kube-system > csi-smb-node.log
31
- check cifs mount inside driver
32
```console
33
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
40
```
41
42
#### Update driver version quickly by editing driver deployment directly
0 commit comments