10 lines
340 B
YAML
10 lines
340 B
YAML
nfs:
|
|
server: 192.168.10.30
|
|
path: /srv/nfs4
|
|
mountOptions:
|
|
- noatime
|
|
- nfsvers=4.2 # https://cloud.google.com/knowledge/kb/nfs-volume-timeouts-on-google-kubernetes-engine-000004912
|
|
- nolock # talos lacks a running statd daemon, required for network locks
|
|
volumeName: nfs-subdir-external-provisioner-root
|
|
reclaimPolicy: Retain
|