Skip to content

Instantly share code, notes, and snippets.

@goern
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goern/c4fa51d697d1b5d51040 to your computer and use it in GitHub Desktop.
Save goern/c4fa51d697d1b5d51040 to your computer and use it in GitHub Desktop.
How to claim/request (have a requiremet for) storage on OSE3?
kind: PersistentVolumeClaim
apiVersion: v1beta3
metadata:
name: myvol1-claim-1
spec:
accessModes:
- ReadWriteOnce
resources:
size: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment