enable nfs csi
This commit is contained in:
25
cluster/platform/nfs-csi/values.yaml
Normal file
25
cluster/platform/nfs-csi/values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user