diff --git a/k8s/core/kube-system-custom/nfs-storage.yaml b/k8s/core/kube-system-custom/nfs-storage.yaml index 7c22d27..a2820a4 100644 --- a/k8s/core/kube-system-custom/nfs-storage.yaml +++ b/k8s/core/kube-system-custom/nfs-storage.yaml @@ -12,3 +12,11 @@ volumeBindingMode: Immediate mountOptions: - vers=4 - hard + - nfsvers=4.1 + - rsize=1048576 + - wsize=1048576 + - timeo=14 + - intr + - bg + - soft + - noatime