Skip to content

Instantly share code, notes, and snippets.

@jbw976
Created November 2, 2017 22:52
Show Gist options
  • Save jbw976/cae1af3c48755fc0a21d826df53a9fdc to your computer and use it in GitHub Desktop.
Save jbw976/cae1af3c48755fc0a21d826df53a9fdc to your computer and use it in GitHub Desktop.
emptyDir Rook cluster
apiVersion: v1
kind: Namespace
metadata:
name: rook
---
apiVersion: rook.io/v1alpha1
kind: Cluster
metadata:
name: rook
namespace: rook
spec:
versionTag: master
dataDirHostPath:
storage:
useAllNodes: true
useAllDevices: false
deviceFilter:
metadataDevice:
location:
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