Skip to content

Commit

Permalink
feat(examples): add a sample pvc that uses cstor pool (openebs#1893)
Browse files Browse the repository at this point in the history
New sample yaml for consuming cstor pool created using external disk. This will be referenced in the docs for giving examples on creating a cstor SPC with disks and a PVC associating with this cstor pool on disks. 

Signed-off-by: ranjith.raveendran@openebs.io
  • Loading branch information
ranjithwingrider authored and kmova committed Sep 10, 2018
1 parent 8add52a commit c8cb1c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions k8s/sample-pv-yamls/pvc-standard-cstor-disk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: demo-cstor-disk-vol1-claim
spec:
storageClassName: openebs-cstor-disk
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 4G
---

0 comments on commit c8cb1c3

Please sign in to comment.