-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathcluster.yml
More file actions
31 lines (31 loc) · 771 Bytes
/
cluster.yml
File metadata and controls
31 lines (31 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
apiVersion: ceph.rook.io/v1
kind: CephCluster
metadata:
name: rook
namespace: rook
spec:
backend: ceph
hostNetwork: false
dataDirHostPath: /storage
placement:
all:
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Equal
effect: NoSchedule
cephVersion:
image: ceph/ceph:v14.2.4-20190917
mon:
count: 3
allowMultiplePerNode: false
storage:
useAllNodes: true
useAllDevices: false
storeConfig:
databaseSizeMB: 1024
journalSizeMB: 1024
# Uncomment the following line and replace it with the name of block device used for storage:
deviceFilter: sdb
# Uncomment the following lines when using a directory for storage:
#directories:
#- path: /storage/data