Put mons on a different DC than the osd hosts.

This commit is contained in:
Joseph Hanson 2023-12-21 08:14:35 -06:00
parent 1a44d52670
commit 2771f572c7

View file

@ -41,6 +41,17 @@ spec:
cephClusterSpec:
network:
provider: host
placement:
mon:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
crashCollector:
disable: false