Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#92 from shiftstack/merge-bot-master
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-merge-robot authored Sep 12, 2022
2 parents bf2b4cf + d57f98f commit e3a3e8a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion deploy/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ parameters:
reclaimPolicy: Delete
volumeBindingMode: Immediate
mountOptions:
- nconnect=8 # only supported on linux kernel version >= 5.3
- nfsvers=4.1
```
Expand Down
1 change: 0 additions & 1 deletion deploy/example/pv-nfs-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ spec:
persistentVolumeReclaimPolicy: Retain
storageClassName: nfs-csi
mountOptions:
- nconnect=8 # only supported on linux kernel version >= 5.3
- nfsvers=4.1
csi:
driver: nfs.csi.k8s.io
Expand Down
1 change: 0 additions & 1 deletion deploy/example/storageclass-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ parameters:
reclaimPolicy: Delete
volumeBindingMode: Immediate
mountOptions:
- nconnect=8 # only supported on linux kernel version >= 5.3
- nfsvers=4.1

0 comments on commit e3a3e8a

Please sign in to comment.