Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 23, 2020 09:49
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/6500440168c952d1f1e4ca9943fd676a to your computer and use it in GitHub Desktop.
Save velotiotech/6500440168c952d1f1e4ca9943fd676a to your computer and use it in GitHub Desktop.
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: cephfs
provisioner: ceph.com/cephfs
parameters:
monitors: 10.0.1.226:6789, 10.0.1.205:6789, 10.0.1.82:6789
adminId: admin
adminSecretName: ceph-secret-admin
adminSecretNamespace: cephfs
claimRoot: /pvc-volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment