local-path-provisioner icon indicating copy to clipboard operation
local-path-provisioner copied to clipboard

use provsioner w/o specifying pvc

Open aintbrokedontfix opened this issue 3 years ago • 0 comments

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

aintbrokedontfix avatar Jun 25 '22 14:06 aintbrokedontfix