Skip to content

Instantly share code, notes, and snippets.

@SaravanaStorageNetwork
Created November 29, 2019 09:26
Show Gist options
  • Save SaravanaStorageNetwork/9495e57a1b5b7250f134c15170f6b0ef to your computer and use it in GitHub Desktop.
Save SaravanaStorageNetwork/9495e57a1b5b7250f134c15170f6b0ef to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolume
metadata:
annotations:
pv.kubernetes.io/bound-by-controller: "yes"
creationTimestamp: null
finalizers:
- kubernetes.io/pv-protection
name: pv00099
selfLink: /api/v1/persistentvolumes/pv00099
spec:
accessModes:
- ReadWriteMany
- ReadWriteOnce
capacity:
storage: 1Gi
nfs:
path: /nfsshare
server: 192.168.79.1
persistentVolumeReclaimPolicy: Recycle
volumeMode: Filesystem
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment