Skip to content

Commit 2fd793d

Browse files
erabil-mdbjwilliams-mongo
authored andcommitted
Revises per copy review.
1 parent 5aaa85e commit 2fd793d

7 files changed

+50
-50
lines changed

source/includes/options-k8s-replica-set.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ type: map
848848
directive: setting
849849
optional: true
850850
description: |
851-
Map of `replica set tags <https://www.mongodb.com/docs/v6.0/tutorial/configure-replica-set-tag-sets/>`__ for directing
851+
Map of :manual:`replica set tags </tutorial/configure-replica-set-tag-sets/>` for directing
852852
read and write operations to specific members of your MongoDB replica set.
853853
854854
---

source/includes/steps-edit-database-resource.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
stepnum: 1
33
ref: edit-k8s-specs-db
44
source:
5-
file: steps-multi-cluster-source.yaml
5+
file: steps-source-deploy-k8s-resource.yaml
66
ref: edit-k8s-specs
77

88
---
99
stepnum: 2
1010
ref: modify-specs-db
1111
source:
12-
file: steps-multi-cluster-source.yaml
12+
file: steps-source-deploy-k8s-resource.yaml
1313
ref: modify-specs
1414

1515
---
1616
stepnum: 3
1717
ref: save-specs-db
1818
source:
19-
file: steps-multi-cluster-source.yaml
19+
file: steps-source-deploy-k8s-resource.yaml
2020
ref: save-specs
2121

2222
---
2323
stepnum: 4
2424
ref: apply-changes-db
2525
source:
26-
file: steps-multi-cluster-source.yaml
26+
file: steps-source-deploy-k8s-resource.yaml
2727
ref: apply-changes
2828

2929
...

source/includes/steps-edit-mc-resource.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ stepnum: 3
1919
level: 4
2020
ref: save-mc-specs
2121
inherit:
22-
file: steps-multi-cluster-source.yaml
22+
file: steps-source-deploy-k8s-resource.yaml
2323
ref: save-specs
2424

2525
---
2626
stepnum: 4
2727
level: 4
2828
ref: apply-k8s-mc-changes
2929
inherit:
30-
file: steps-multi-cluster-source.yaml
30+
file: steps-source-deploy-k8s-resource.yaml
3131
ref: apply-k8s-changes
3232

3333
...

source/includes/steps-multi-cluster-source.yaml

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ content: |
561561
--machine-type "e2-standard-2"
562562
563563
---
564-
title: "`Install Go <https://golang.org/dl/>`__, v1.17 or later."
564+
title: "`Install Go <https://golang.org/dl/>`__ v1.17 or later."
565565
stepnum: 0
566566
level: 4
567567
ref: install-go-prereq
@@ -778,35 +778,6 @@ content: |
778778
members: 3
779779
EOF
780780
781-
---
782-
title: "Edit the |k8s| resource specification file."
783-
stepnum: 0
784-
level: 4
785-
ref: edit-k8s-specs
786-
787-
---
788-
title: "Modify or add settings as needed."
789-
stepnum: 0
790-
level: 4
791-
ref: modify-specs
792-
793-
---
794-
title: "Save your specification file."
795-
stepnum: 0
796-
level: 4
797-
ref: save-specs
798-
799-
---
800-
title: "Apply the file."
801-
stepnum: 0
802-
level: 4
803-
ref: apply-changes
804-
content: |
805-
806-
.. code-block:: sh
807-
808-
kubectl apply -f <standalone-conf>.yaml
809-
810781
---
811782
title: "Edit the |k8s| |mongodb-multi| specification file."
812783
stepnum: 0
@@ -822,15 +793,4 @@ content: |
822793
823794
To learn about the settings you can change, see the :ref:`multi-cluster-specification`.
824795
825-
---
826-
title: "Apply the file."
827-
stepnum: 0
828-
level: 4
829-
ref: apply-k8s-changes
830-
content: |
831-
832-
.. code-block:: sh
833-
834-
kubectl apply -f <mongodb-multi-conf>.yaml
835-
836796
...

source/includes/steps-source-deploy-k8s-resource.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,4 +951,44 @@ content: |
951951
952952
Enterprise <my-replica-set> [primary]
953953
954+
---
955+
title: "Edit the |k8s| resource specification file."
956+
stepnum: 0
957+
level: 4
958+
ref: edit-k8s-specs
959+
960+
---
961+
title: "Modify or add settings as needed."
962+
stepnum: 0
963+
level: 4
964+
ref: modify-specs
965+
966+
---
967+
title: "Save your specification file."
968+
stepnum: 0
969+
level: 4
970+
ref: save-specs
971+
972+
---
973+
title: "Apply the file."
974+
stepnum: 0
975+
level: 4
976+
ref: apply-changes
977+
content: |
978+
979+
.. code-block:: sh
980+
981+
kubectl apply -f <standalone-conf>.yaml
982+
983+
---
984+
title: "Apply the file."
985+
stepnum: 0
986+
level: 4
987+
ref: apply-k8s-changes
988+
content: |
989+
990+
.. code-block:: sh
991+
992+
kubectl apply -f <mongodb-multi-conf>.yaml
993+
954994
...

source/multi-cluster-prerequisites.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ If you choose to use a service mesh, you need to install it. If you can't
183183
utilize a service mesh, skip this section and :ref:`use external domains
184184
and configure DNS to enable external connectivity <dns-and-external-domain>`.
185185

186-
To install |istio|, follow the procedure to install in `multi-primary mode on different networks <https://istio.io/latest/docs/setup/install/multicluster/multi-primary_multi-network/>`__ in the Istio documentation.
186+
Install |istio| only if you chose to use it. To learn more, see :ref:`mc_plan_external_connectivity`
187187

188188
.. include:: /includes/facts/fact-istio.rst
189189

source/reference/k8s-operator-multi-cluster-specification.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ Optional ``MongoDBMultiCluster`` Resource Settings
440440
``spec.clusterSpecList.memberConfig.tags``
441441
*Type*: map
442442

443-
Map of `replica set tags <https://www.mongodb.com/docs/v6.0/tutorial/configure-replica-set-tag-sets/>`__ for directing
443+
Map of :manual:`replica set tags </tutorial/configure-replica-set-tag-sets/>` for directing
444444
read and write operations to specific members of your MongoDB replica set.
445445

446446
.. _multi-spec-clusterspeclist-memberconfig-votes:

0 commit comments

Comments
 (0)