Update csi-debug.md

This commit is contained in:
Andy Zhang 2020-12-27 21:42:00 +08:00 committed by GitHub
parent c1d04d8eff
commit 259fdf92b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,3 +28,9 @@ csi-nfs-node-dr4s4 3/3 Running 0 7m4s 1
```console
$ kubectl logs csi-nfs-node-cvgbs -c nfs -n kube-system > csi-nfs-node.log
```
### troubleshooting connection failure on agent node
```console
mkdir /tmp/test
mount -v -t nfs -o ... nfs-server:/path /tmp/test
```