github.com/qsunny/k8s@v0.0.0-20220101153623-e6dca256d5bf/examples-master/staging/volumes/vsphere/vsphere-volume-pv.yaml (about)

     1  apiVersion: v1
     2  kind: PersistentVolume
     3  metadata:
     4    name: pv0001
     5  spec:
     6    capacity:
     7      storage: 2Gi
     8    accessModes:
     9      - ReadWriteOnce
    10    persistentVolumeReclaimPolicy: Retain
    11    vsphereVolume:
    12      volumePath: "[DatastoreName] volumes/myDisk"
    13      fsType: ext4