Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 23, 2020 09:46
Embed
What would you like to do?
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: testclaim
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: fast-rbd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment