File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ metadata:
2121provisioner : blob.csi.azure.com
2222parameters :
2323 protocol : nfs
24- mountOptions :
25- - nconnect=8 # only supported on linux kernel version >= 5.3
2624` ` `
2725
2826run following command to create a storage class:
Original file line number Diff line number Diff line change 1010 - ReadWriteMany
1111 persistentVolumeReclaimPolicy : Retain # If set as "Delete" container would be removed after pvc deletion
1212 storageClassName : blob-nfs
13- mountOptions :
14- - nconnect=8 # only supported on linux kernel version >= 5.3
1513 csi :
1614 driver : blob.csi.azure.com
1715 readOnly : false
Original file line number Diff line number Diff line change @@ -8,5 +8,3 @@ parameters:
88 protocol : nfs
99volumeBindingMode : Immediate
1010allowVolumeExpansion : true
11- mountOptions :
12- - nconnect=8 # only supported on linux kernel version >= 5.3
You can’t perform that action at this time.
0 commit comments