Skip to content

Instantly share code, notes, and snippets.

@pdmack
Last active May 10, 2018 18:46
Show Gist options
  • Save pdmack/7814ba6294ed35eca8f8d0bd9b62cab0 to your computer and use it in GitHub Desktop.
Save pdmack/7814ba6294ed35eca8f8d0bd9b62cab0 to your computer and use it in GitHub Desktop.
hostPath PV test
kind: PersistentVolume
apiVersion: v1
metadata:
name: foo-pv-volume
labels:
type: local
spec:
storageClassName: ""
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/data"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment