Skip to content

Commit ae0f79f

Browse files
authored
(DOCSP-27429) Removed unnecessary intermediate object clusterSpecs from multi-cluster config examples (#1211)
1 parent 2a4f721 commit ae0f79f

7 files changed

+0
-9
lines changed

source/includes/steps-deploy-k8s-multi-cluster-rs-tls-custom.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ content: |
4444
ca: custom-ca
4545
certsSecretPrefix: <prefix>
4646
clusterSpecList:
47-
clusterSpecs:
4847
- clusterName: ${MDB_CLUSTER_1_FULL_NAME}
4948
members: 3
5049
- clusterName: ${MDB_CLUSTER_2_FULL_NAME}

source/includes/steps-deploy-k8s-multi-cluster-rs-x509-custom.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ content: |
4242
agents:
4343
mode: "X509"
4444
clusterSpecList:
45-
clusterSpecs:
4645
- clusterName: ${MDB_CLUSTER_1_FULL_NAME}
4746
members: 3
4847
- clusterName: ${MDB_CLUSTER_2_FULL_NAME}

source/includes/steps-deploy-k8s-multi-cluster-x509-internal-custom.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ content: |
4949
mode: "X509"
5050
internalCluster: "X509"
5151
clusterSpecList:
52-
clusterSpecs:
5352
- clusterName: ${MDB_CLUSTER_1_FULL_NAME}
5453
members: 3
5554
- clusterName: ${MDB_CLUSTER_2_FULL_NAME}

source/includes/steps-multi-cluster-enable-split-horizon.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ content: |
116116
namespace: mongodb
117117
spec:
118118
clusterSpecList:
119-
clusterSpecs:
120119
- clusterName: e2e.cluster1.mongokubernetes.com
121120
members: 1
122121
- clusterName: e2e.cluster2.mongokubernetes.com

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ content: |
202202
configMapRef:
203203
name: my-project
204204
clusterSpecList:
205-
clusterSpecs:
206205
- clusterName: ${MDB_CLUSTER_1_FULL_NAME}
207206
members: 3
208207
- clusterName: ${MDB_CLUSTER_2_FULL_NAME}
@@ -291,7 +290,6 @@ content: |
291290
tls:
292291
ca: custom-ca
293292
clusterSpecList:
294-
clusterSpecs:
295293
- clusterName: ${MDB_CLUSTER_1_FULL_NAME}
296294
members: 3
297295
- clusterName: ${MDB_CLUSTER_2_FULL_NAME}

source/multi-cluster-disaster-recovery.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ Before you start the following procedure, ensure that you:
149149
tls:
150150
ca: custom-ca
151151
clusterSpecList:
152-
clusterSpecs:
153152
- clusterName: ${MDB_CLUSTER_1_FULL_NAME}
154153
members: 3
155154
- clusterName: ${MDB_CLUSTER_2_FULL_NAME}
@@ -220,7 +219,6 @@ To re-balance the MongoDB data nodes so that all the workloads run on
220219
tls:
221220
ca: custom-ca
222221
clusterSpecList:
223-
clusterSpecs:
224222
- clusterName: ${MDB_CLUSTER_1_FULL_NAME}
225223
members: 4
226224
- clusterName: ${MDB_CLUSTER_2_FULL_NAME}

source/multi-cluster-troubleshooting.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ failed |k8s| cluster with the newly provisioned cluster as follows:
5858
.. code-block:: sh
5959

6060
clusterSpecList:
61-
clusterSpecs:
6261
- clusterName: ${MDB_CLUSTER_4_FULL_NAME}
6362
members: 3
6463
- clusterName: ${MDB_CLUSTER_2_FULL_NAME}

0 commit comments

Comments
 (0)