Skip to content

Instantly share code, notes, and snippets.

@moondev
Created January 19, 2018 08:11
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 moondev/66f0513ec07d82e86f1b90010ebaaa83 to your computer and use it in GitHub Desktop.
Save moondev/66f0513ec07d82e86f1b90010ebaaa83 to your computer and use it in GitHub Desktop.
rook cluster
apiVersion: v1
kind: Namespace
metadata:
name: rook
---
apiVersion: rook.io/v1alpha1
kind: Cluster
metadata:
name: rook
namespace: rook
spec:
dataDirHostPath: /var/lib/rook
storage:
useAllNodes: true
useAllDevices: false
storeConfig:
storeType: bluestore
databaseSizeMB: 1024
journalSizeMB: 1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment