You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to add NFS mount options to the created PVs. Specifically
spec:
mountOptions:
- sync
I've tested it manually by editing the PV created by nfs-subdir-external-provisioner and it's working without issue. I found more information about it here