From cfa275f4fc414ce8a4fe193712b850abe09c4737 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 12 Jan 2026 17:26:09 +0200 Subject: [PATCH] Added NFS SC --- k8s/core/kube-system-custom/nfs-storage.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 k8s/core/kube-system-custom/nfs-storage.yaml diff --git a/k8s/core/kube-system-custom/nfs-storage.yaml b/k8s/core/kube-system-custom/nfs-storage.yaml new file mode 100644 index 0000000..792d9e0 --- /dev/null +++ b/k8s/core/kube-system-custom/nfs-storage.yaml @@ -0,0 +1,13 @@ +--- +apiVersion: storage.k8s.io/v1 +kind: StorageClass +metadata: + name: nfs-csi +provisioner: nfs.csi.k8s.io +parameters: + server: 10.0.5.2 + share: /mnt/storage/Storage/PVC +reclaimPolicy: Retain +volumeBindingMode: Immediate +mountOptions: + - vers=4.1