Put mons on a different DC than the osd hosts.
This commit is contained in:
parent
1a44d52670
commit
2771f572c7
1 changed files with 11 additions and 0 deletions
|
@ -41,6 +41,17 @@ spec:
|
||||||
cephClusterSpec:
|
cephClusterSpec:
|
||||||
network:
|
network:
|
||||||
provider: host
|
provider: host
|
||||||
|
placement:
|
||||||
|
mon:
|
||||||
|
affinity:
|
||||||
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: node-role.kubernetes.io/control-plane
|
||||||
|
operator: Exists
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
crashCollector:
|
crashCollector:
|
||||||
disable: false
|
disable: false
|
||||||
|
|
Reference in a new issue