Skip to content

Commit bffac7c

Browse files
JuliaMongojwilliams-mongo
authored andcommitted
(DOCSP-30183) Add info about migrating to multi-clusters (#1356)
* (DOCSP-30183) Add info about migrating to multi-clusters * Edits
1 parent ed87434 commit bffac7c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
You can create a new |multi-cluster| and contact
2+
`MongoDB Support <https://support.mongodb.com/welcome>`__ to help you
3+
migrate data from your existing |k8s| deployment to a |multi-cluster|.
4+
You can't extend an existing single-Kubernetes cluster deployment to
5+
new |k8s| clusters.

source/multi-cluster-arch.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ The following limitations exist for |multi-clusters|:
2525

2626
- Deploy only replica sets. Sharded cluster deployments aren't supported.
2727
- Use |onprem| versions later than 5.0.7.
28-
-
29-
Deploy |onprem| on a single cluster, and if deploying in |k8s|, deploy |onprem|
28+
- Deploy |onprem| on a single cluster, and if deploying in |k8s|, deploy |onprem|
3029
on a central cluster. To learn more, see :ref:`om_with_multi-clusters`.
3130

3231
.. important::
@@ -51,6 +50,8 @@ The following limitations exist for |multi-clusters|:
5150
- Don't add a :github:`ServiceMonitor</prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/getting-started.md#related-resources>`
5251
to your |mongodb-multis|. The |k8s-op-short| doesn't support integration with Prometheus.
5352

53+
- .. include:: /includes/facts/fact-migrating-to-multi-clusters.rst
54+
5455
.. _multi-cluster-capabilities:
5556

5657
Multi-Kubernetes-Cluster Deployment Capabilities

source/multi-cluster-overview.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ To learn more, see :ref:`multi-cluster-arch-ref`.
6161
tested these deployments with |istio|, but any service mesh that provides |fqdn|
6262
hostname resolution between Pods across clusters should work. To learn more,
6363
see :ref:`Plan for External Connectivity <mc_plan_external_connectivity>`.
64+
65+
Migrating to Multi-Kubernetes-Cluster Deployments
66+
--------------------------------------------------
67+
68+
.. include:: /includes/facts/fact-migrating-to-multi-clusters.rst

0 commit comments

Comments
 (0)