Skip to content

Instantly share code, notes, and snippets.

@ksatchit
Last active April 13, 2018 04:27
Show Gist options
  • Select an option

  • Save ksatchit/5cd2781f4c376cbe73a8f0dd192e1ebe to your computer and use it in GitHub Desktop.

Select an option

Save ksatchit/5cd2781f4c376cbe73a8f0dd192e1ebe to your computer and use it in GitHub Desktop.
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
   name: openebs-custom
provisioner: openebs.io/provisioner-iscsi
parameters:
  openebs.io/storage-pool: "sp-mntdir"
  openebs.io/jiva-replica-count: "3"
  openebs.io/volume-monitor: "true"
  openebs.io/capacity: 5G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment