modified: infrastructure/rook-ceph-operator-app.yaml

modified:   infrastructure/rook-ceph/cluster.yaml
	modified:   infrastructure/rook-ceph/objectstore.yaml
	new file:   infrastructure/rook-ceph/toolbox.yaml
This commit is contained in:
2026-01-14 11:40:27 +01:00
parent b1884bd75b
commit 9618d0f4e4
4 changed files with 138 additions and 33 deletions

View File

@@ -5,40 +5,100 @@ metadata:
namespace: rook-ceph
spec:
cephVersion:
image: quay.io/ceph/ceph:v18.2.1
image: quay.io/ceph/ceph:v18.2.2
allowUnsupported: false
dataDirHostPath: /var/lib/rook
skipUpgradeChecks: false
continueUpgradeAfterChecksEvenIfNotHealthy: false
waitTimeoutForHealthyOSDInMinutes: 10
upgradeOSDRequiresHealthyPGs: false
mon:
count: 1
allowMultiplePerNode: true
count: 3
allowMultiplePerNode: false
mgr:
count: 1
allowMultiplePerNode: true
count: 2
allowMultiplePerNode: false
modules:
- name: rook
enabled: true
dashboard:
enabled: true
ssl: false
resources:
mgr:
limits:
cpu: "1000m"
memory: "1Gi"
requests:
cpu: "100m"
memory: "512Mi"
mon:
limits:
cpu: "1000m"
memory: "2Gi"
requests:
cpu: "100m"
memory: "512Mi"
osd:
limits:
cpu: "1000m"
memory: "2Gi"
requests:
cpu: "100m"
memory: "1Gi"
port: 8443
ssl: true
monitoring:
enabled: false
metricsDisabled: false
network:
connections:
encryption:
enabled: false
compression:
enabled: false
requireMsgr2: false
crashCollector:
disable: false
logCollector:
enabled: true
periodicity: daily
maxLogSize: 500M
cleanupPolicy:
confirmation: ""
sanitizeDisks:
method: quick
dataSource: zero
iteration: 1
allowUninstallWithVolumes: false
removeOSDsIfOutAndSafeToRemove: false
priorityClassNames:
mon: system-node-critical
osd: system-node-critical
mgr: system-cluster-critical
storage:
useAllNodes: true
useAllDevices: true
useAllNodes: false
useAllDevices: false # Set to true if you want to use all available raw devices on these nodes
config:
databaseSizeMB: "1024"
nodes:
- name: "vm-k3s-master-400.stabify.de"
devices:
- name: "sdb"
# - name: "sdc"
- name: "vm-k3s-master-401.stabify.de"
devices:
- name: "sdb"
- name: "vm-k3s-master-402.stabify.de"
devices:
- name: "sdb"
onlyApplyOSDPlacement: false
disruptionManagement:
managePodBudgets: true
osdMaintenanceTimeout: 30
pgHealthCheckTimeout: 0
csi:
readAffinity:
enabled: false
healthCheck:
daemonHealth:
mon:
disabled: false
interval: 45s
osd:
disabled: false
interval: 60s
status:
disabled: false
interval: 60s
livenessProbe:
mon:
disabled: false
mgr:
disabled: false
osd:
disabled: false
startupProbe:
mon:
disabled: false
mgr:
disabled: false
osd:
disabled: false