Skip to content

Instantly share code, notes, and snippets.

@zycon
Last active May 25, 2020 21:51
Show Gist options
  • Save zycon/440ccf7e690409a1ba13a7fd1f9bfe2a to your computer and use it in GitHub Desktop.
Save zycon/440ccf7e690409a1ba13a7fd1f9bfe2a to your computer and use it in GitHub Desktop.
nfs storage persistent volume with persistent disk gcp
apiVersion: v1
kind: PersistentVolume
metadata:
name: nfs-pd
spec:
storageClassName: "nfs-storageclass"
capacity:
storage: 200G
accessModes:
- ReadWriteOnce
gcePersistentDisk:
pdName: nfs-server-pd-gke
fsType: ext4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment