Last active
May 10, 2018 18:46
-
-
Save pdmack/7814ba6294ed35eca8f8d0bd9b62cab0 to your computer and use it in GitHub Desktop.
hostPath PV test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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