cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit b0c0ae892b628fbac5e2e0da0bacbd672c10ca86
parent 0a610d991388f9da688050325240c14c0ef75d13
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 11 May 2025 14:26:32 +0200

Fix osd placement

Diffstat:
Minfrastructure/controllers/rook.yaml | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/infrastructure/controllers/rook.yaml b/infrastructure/controllers/rook.yaml @@ -59,6 +59,18 @@ spec: cephClusterSpec: cephVersion: image: quay.io/ceph/ceph:v19.2.2 + placement: + osd: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: topology.kubernetes.io/zone + operator: In + values: + - hel1-dc2 + - fsn1-dc14 + - nbg1-dc3 mgr: count: 2 modules: