Skip to content

Commit cadbf6f

Browse files
authored
Update csi-debug.md
1 parent fb0637b commit cadbf6f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/csi-debug.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ change below deployment config, e.g.
8383

8484
### troubleshooting connection failure on agent node
8585
> server address of sovereign cloud: accountname.file.core.chinacloudapi.cn
86+
87+
- check whether Azure file storage account is accessible on the node
88+
```console
89+
nslookup accountname.file.core.windows.net
90+
nc -v -w 2 accountname.file.core.windows.net 443
91+
```
92+
8693
#### SMB
8794
- On Linux node
8895
```console

0 commit comments

Comments
 (0)