Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 23, 2020 09:45
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 velotiotech/fc8f585710395497cd14b568a908a538 to your computer and use it in GitHub Desktop.
Save velotiotech/fc8f585710395497cd14b568a908a538 to your computer and use it in GitHub Desktop.
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: fast-rbd
provisioner: ceph.com/rbd
parameters:
monitors: 10.0.1.118:6789, 10.0.1.227:6789, 10.0.1.172:6789
adminId: admin
adminSecretName: ceph-secret
adminSecretNamespace: kube-system
pool: kube
userId: kube
userSecretName: ceph-secret-kube
userSecretNamespace: kube-system
imageFormat: "2"
imageFeatures: layering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment