enable nfs csi

This commit is contained in:
2026-05-18 17:19:39 -05:00
parent 8601ad9cd9
commit 06db61c6c0
3 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# ------------------------------------------------------------------------------
# csi-driver-nfs values for fastpass
# Minimal overrides — defaults are fine for a homelab NFS workload
# ------------------------------------------------------------------------------
# Deploy the driver components to kube-system (default)
# Controller runs as a Deployment; node driver runs as a DaemonSet on all nodes
controller:
# Single replica is fine for a homelab cluster
replicas: 1
# Run controller on control plane nodes is acceptable here;
# remove this toleration if you want it strictly on workers
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
driver:
name: nfs.csi.k8s.io
# Feature gates — keep defaults (no externalSnapshotter needed yet)
feature:
enableFSGroupPolicy: true