Guest User

Untitled

a guest
Apr 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ```
  2. ---
  3. apiVersion: storage.k8s.io/v1
  4. kind: StorageClass
  5. metadata:
  6. name: openebs-custom
  7. provisioner: openebs.io/provisioner-iscsi
  8. parameters:
  9. openebs.io/storage-pool: "sp-mntdir"
  10. openebs.io/jiva-replica-count: "3"
  11. openebs.io/volume-monitor: "true"
  12. openebs.io/capacity: 5G
  13. ```
Add Comment
Please, Sign In to add comment