Skip to content

Commit 4816886

Browse files
nastena1606Copilot
andcommitted
Update docs/replication-plan-deployment.md
Co-authored-by: Copilot <[email protected]>
1 parent 4c778d6 commit 4816886

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/replication-interconnect.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ subsections. For each node, specify the following:
102102
configsvrReplSet:
103103
size: 3
104104
externalNodes:
105-
- host: replica-cluster-cfg0-1.psmdb.svc.clusterset.local
105+
- host: replica-cluster-cfg-0.psmdb.svc.clusterset.local
106106
votes: 1
107107
priority: 1
108-
- host: replica-cluster-cfg0-1.psmdb.svc.clusterset.local
108+
- host: replica-cluster-cfg-1.psmdb.svc.clusterset.local
109109
votes: 1
110110
priority: 1
111-
- host: replica-cluster-cfg0-1.psmdb.svc.clusterset.local
111+
- host: replica-cluster-cfg-2.psmdb.svc.clusterset.local
112112
votes: 0
113113
priority: 0
114114
expose:
@@ -256,7 +256,7 @@ You can switch over services to the Replica site while doing some planned mainte
256256
257257
```yaml
258258
spec:
259-
unamanaged: true
259+
unmanaged: true
260260
updateStrategy: RollingUpdate
261261
```
262262
@@ -270,7 +270,7 @@ You can switch over services to the Replica site while doing some planned mainte
270270
271271
```yaml
272272
spec:
273-
unamanaged: false
273+
unmanaged: false
274274
updateStrategy: SmartUpdate
275275
```
276276

docs/replication-mcs-eks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SERVICE_NAME.NAMESPACE.svc.clusterset.local
88

99
Read more about how AWS Cloud Map MCS Controller works in the [AWS blog post :octicons-link-external-16:](https://aws.amazon.com/blogs/opensource/introducing-the-aws-cloud-map-multicluster-service-controller-for-k8s-for-kubernetes-multicluster-service-discovery/).
1010

11-
Also, lear more about [AWS Cloud Map pricing :octicons-link-external-16:](https://aws.amazon.com/cloud-map/pricing/)
11+
Also, learn more about [AWS Cloud Map pricing :octicons-link-external-16:](https://aws.amazon.com/cloud-map/pricing/)
1212

1313
## Prerequisites
1414

docs/replication-plan-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following topologies are supported:
3030

3131
### Main and Replica clusters on Kubernetes.
3232

33-
This is the Kubernetes-native deployment. You can automate the cluster management using the [Multi-Cluster Services](replication-msc.md).
33+
This is the Kubernetes-native deployment. You can automate the cluster management using the [Multi-Cluster Services](replication-mcs.md).
3434

3535
The Deployment section focuses on this topology and provides the setup steps.
3636

@@ -43,7 +43,7 @@ The setup steps are:
4343
1. Deploy [the _Main_ cluster on a Kubernetes cluster](replication-main.md) (or use an existing one)
4444
2. Export TLS certificates and user Secrets from the main site and use them to configure the Replica site.
4545
3. Deploy the _Replica_ cluster wherever you want.
46-
4. [Interconnect sites] by adding nodes from the _Replica_ cluster to the _Main_ cluster as external nodes.
46+
4. [Interconnect sites](replication-interconnect.md) by adding nodes from the _Replica_ cluster to the _Main_ cluster as external nodes.
4747

4848
### Main cluster outside of Kubernetes and Replica cluster on Kubernetes
4949

0 commit comments

Comments
 (0)