Skip to content

Instantly share code, notes, and snippets.

@pupapaik
Created September 3, 2020 10:56
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 pupapaik/4b86b19da82f74d74a4b1862b5813ac9 to your computer and use it in GitHub Desktop.
Save pupapaik/4b86b19da82f74d74a4b1862b5813ac9 to your computer and use it in GitHub Desktop.
cat <<EOF | kubectl create -f -
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: mayastor
parameters:
repl: '3'
protocol: 'iscsi'
provisioner: io.openebs.csi-mayastor
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment