Skip to content

Instantly share code, notes, and snippets.

@yuntsewu
Last active October 18, 2017 10:32
Show Gist options
  • Save yuntsewu/adcfd86b5e022eb16932e765457685f8 to your computer and use it in GitHub Desktop.
Save yuntsewu/adcfd86b5e022eb16932e765457685f8 to your computer and use it in GitHub Desktop.
kind: PersistentVolume
apiVersion: v1
metadata:
name: task-pv-volume
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 200Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/kube-persistent"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment