Skip to content

Commit 29bf678

Browse files
authored
add nconnect mount option
1 parent 28b1227 commit 29bf678

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/aks/azure-files-csi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ provisioner: file.csi.azure.com
359359
allowVolumeExpansion: true
360360
parameters:
361361
protocol: nfs
362+
mountOptions:
363+
- nconnect=4
362364
```
363365

364366
After editing and saving the file, create the storage class with the [kubectl apply][kubectl-apply] command:

0 commit comments

Comments
 (0)