Difference between revisions of "Kind: PersistentVolume"

From wikieduonline
Jump to navigation Jump to search
Line 22: Line 22:
 
     server: 172.17.0.2
 
     server: 172.17.0.2
  
 +
== Related ==
 +
* <code>[[kind: PersistentVolumeClaim]]</code>
  
[[kind: PersistentVolumeClaim]]
+
== See also ==
 +
* {{K8s PV}}
  
 
+
[[Category:Ks8]]
{{K8s PV}}
 

Revision as of 12:17, 12 January 2024


apiVersion: v1
kind: PersistentVolume
metadata:
  name: pv0003
spec:
  capacity:
    storage: 5Gi
  volumeMode: Filesystem
  accessModes:
    - ReadWriteOnce
  persistentVolumeReclaimPolicy: Recycle
  storageClassName: slow
  mountOptions:
    - hard
    - nfsvers=4.1
  nfs:
    path: /tmp
    server: 172.17.0.2

Related

See also

Advertising: