...
ACCESSMODES: the option chosen is irrelevant, because the data access mode is controlled by the NFS (particular in the /etc/exports file);
RECLAIMPOLICY: it uses the
Retainpolicy, even if you have chosenDelete;VOLUMEBINDINGMODE: regardless of the choice, it waits for the creation of the first Pod to create a PV (only in the dynamic case);
ALLOWVOLUMEEXPANSION: it does not allow volume expansion, even if you set it to
true(only in the dynamic case).
...