set nfs server and path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
nfs:
|
||||
server: "<NFS_SERVER_IP>" # TODO: replace with xpen NAS IP
|
||||
path: "<NFS_PATH>" # TODO: replace with NFS export path (e.g. /volume1/k8s)
|
||||
server: "192.168.1.16" # TODO: replace with xpen NAS IP
|
||||
path: "/volume2/k8s-storage" # TODO: replace with NFS export path (e.g. /volume1/k8s)
|
||||
mountOptions:
|
||||
- nfsvers=4.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user