local-path-provisioner
local-path-provisioner copied to clipboard
use provsioner w/o specifying pvc
Is there an example of how to use the provisioner in a PodTemplate? For example using NFS storage in a pod template could look like this:
template:
spec:
volumes:
- name: volv
nfs:
server: nfs.example.org
path: /nfs/path