Skip to content

Commit 4b8e2b1

Browse files
DOCSP-48317 -- remove public preview banner; fix repo branch version in clone examples (#2075)
* DOCSP-48317 -- remove public preview banner * DOCSP-48317 -- fix repo link * DOCSP-48317 -- fix clone instructions * DOCSP-48317 -- add version number to git clone command * DOCPS-48317 -- fix git checkout versions * DOCSP-48317 -- fix git checkout * DOCSP-48317 -- add non-service mesh mcsc to toc
1 parent d1b8300 commit 4b8e2b1

File tree

8 files changed

+23
-12
lines changed

8 files changed

+23
-12
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
git clone https://github.com/mongodb/mongodb-enterprise-kubernetes.git
2+
cd mongodb-enterprise-kubernetes
3+
git checkout {+dl-version+}
4+
cd architectures

source/includes/steps-deploy-k8s-opsmgr-https.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,13 @@ content: |
6969
7070
.. code-block:: sh
7171
72-
cat cert2.crt cert3.crt cert4.crt >> mms-ca.crt
72+
cat <custom_ca_cert.pem> cert2.crt cert3.crt cert4.crt >> mms-ca.crt
73+
74+
.. note::
75+
76+
- Replace the placeholder ``<custom_ca_cert.pem>`` with your custom CA certificate PEM file.
77+
- Don't include your ``cert1.crt`` file, as it is your server certificate from
78+
MongoDB that shouldn't be included.
7379
7480
#. Create the |k8s-configmap| for |onprem|:
7581

source/multi-cluster.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Deploy MongoDB Resources on Multiple Kubernetes Clusters
7676
Secure Connections </tutorial/multi-cluster-secure-client-connections>
7777
Access Resources </multi-cluster-connect>
7878
Sharded Cluster </multi-cluster-sharded-cluster>
79+
Sharded Cluster Without a Service Mesh </tutorial/non-service-mesh-mcsc>
7980
Replica Sets Disaster Recovery </multi-cluster-disaster-recovery>
8081
Sharded Cluster Disaster Recovery </multi-cluster-sharded-cluster-disaster-recovery>
8182
Plugin Reference </plugin-reference>

source/reference-architectures/how-to-use.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ snippets. If you would like to clone the source code to your local machine
3434
rather than copying and pasting from the guides directly, you can find
3535
it in the `MongoDB Enterprise Operator repository <https://github.com/mongodb/mongodb-enterprise-kubernetes>`__.
3636

37-
.. code-block::
37+
.. code-block:: bash
3838

3939
git clone https://github.com/mongodb/mongodb-enterprise-kubernetes.git
4040
cd mongodb-enterprise-kubernetes
41-
git checkout master
41+
git checkout {+dl-version+}
4242
cd architectures
4343

4444
Each module contains a ``env_variables.sh`` file listing the required environment

source/reference-architectures/istio-service-mesh.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ Procedure
5252

5353
Run the following command to clone the repository.
5454

55-
.. code-block:: bash
55+
.. code-block:: bash
5656

57-
git clone https://github.com/mongodb/mongodb-enterprise-kubernetes.git && \
58-
cd mongodb-enterprise-kubernetes/samples/mongodb
57+
git clone https://github.com/mongodb/mongodb-enterprise-kubernetes.git
58+
cd mongodb-enterprise-kubernetes
59+
git checkout {+dl-version+}
60+
cd architectures
5961

6062

6163
.. step:: Install Istio service mesh.

source/reference-architectures/multi-cluster.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the following categories, including but not limited to |k8s| clusters and a
2020
means of securely networking between them.
2121

2222
You can access all of the code examples included in the following guides from
23-
the ``architectures`` directory of the |k8s-op-short| `official GitHub repository <https://github.com/mongodb/mongodb-enterprise-kubernetes/tree/master>`__,
23+
the ``architectures`` directory of the |k8s-op-short| `official GitHub repository <https://github.com/mongodb/mongodb-enterprise-kubernetes/tree/{+github-branch+}>`__,
2424
or you can simply copy and paste the same examples directly from the guides
2525
included in this reference architecture.
2626

source/reference/k8s-operator-specification.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,6 @@ The following settings apply only to replica set resource types:
379379
Sharded Cluster Settings
380380
~~~~~~~~~~~~~~~~~~~~~~~~
381381

382-
.. important:: Multi-cluster Sharded Cluster Deployments are currently in Public Preview.
383-
384382
.. note::
385383

386384
All of the :ref:`replica-set-settings` also apply to sharded cluster

source/tutorial/deploy-om-multi-cluster.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ Clone the |k8s-op-full| Repository
132132
Clone the :github:`MongoDB Enterprise Kubernetes Operator repository </mongodb/mongodb-enterprise-kubernetes>`, change into the ``mongodb-enterprise-kubernetes``
133133
directory, and check out the current version.
134134

135-
.. code-block:: sh
135+
.. code-block:: bash
136136

137137
git clone https://github.com/mongodb/mongodb-enterprise-kubernetes.git
138138
cd mongodb-enterprise-kubernetes
139-
git checkout master
140-
cd public/samples/ops-manager-multi-cluster
139+
git checkout {+dl-version+}
140+
cd architectures
141141

142142
.. important::
143143

0 commit comments

Comments
 (0)