NFS Share¶
To mount an NFS share to your Pod you can either pre-create a persistentVolumeClaim referring to it, or you can specify an inline NFS volume:
Note
Mounting an NFS share this way does not allow for specifying mount options. If you require these, you must create a PVC to mount the share.
Field | Mandatory | Docs / Description |
---|---|---|
server | Yes | Host name or IP address of the NFS server. |
path | Yes | The path on the server to mount. |
Minimal configuration¶
This will mount the NFS share /tank/nas/library
on server 10.10.0.8
to /config
.