Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 949 Bytes

driver-parameters.md

File metadata and controls

18 lines (14 loc) · 949 Bytes

Driver Parameters

This plugin driver itself only provides a communication layer between resources in the cluser and the NFS server, you need to bring your own NFS server before using this driver.

Storage Class Usage (Dynamic Provisioning)

StorageClass example

Name Meaning Example Value Mandatory Default value
server NFS Server endpoint Domain name nfs-server.default.svc.cluster.local
Or IP address 127.0.0.1
Yes
share NFS share path / Yes

PV/PVC Usage (Static Provisioning)

PersistentVolume example

Name Meaning Example Value Mandatory Default value
volumeAttributes.server NFS Server endpoint Domain name nfs-server.default.svc.cluster.local
Or IP address 127.0.0.1
Yes
volumeAttributes.share NFS share path / Yes