From d74479c935e6ef2ef005f9341442b7be1277eb5e Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Wed, 4 Feb 2026 17:04:46 +0200 Subject: [PATCH] Fixed SC --- k8s/core/kube-system-custom/nfs-storage.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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