...
In the "parametrization" paragraph of the Storage chapter, countless customization possibilities are listed, surmounted, however, by a warning: not all the parameters presented are supported by the various plugins. The limitations in the implementations presented here are multiple:
ACCESSMODES: behaves like
RWX, regardless of the chosen mode the option chosen is irrelevant, because the data access mode is controlled by the NFS (in particular in the /etc/exports file);RECLAIMPOLICY: 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).
...