File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ minio = "`MinIO Operator <https://github.com/minio/operator>`__"
137
137
mongodb-multi = " ``MongoDBMultiCluster`` resource"
138
138
mongodb-multis = " ``MongoDBMultiCluster`` resources"
139
139
mongodbusers = " ``MongoDBUsers`` resources"
140
+ mongo-shell = " `MongoDB Shell <https://www.mongodb.com/docs/mongodb-shell/>`__"
140
141
oc = " `oc <https://docs.openshift.com/container-platform/4.12/cli_reference/index.html>`__"
141
142
opsmanager-resource = " ``Ops Manager`` resource"
142
143
opsmanager-resources = " ``Ops Manager`` resources"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ title: "Install the |k8s-op-full|"
12
12
ref : install-kubectl-quickstart
13
13
content : |
14
14
15
- To :github:`install the Kubernetes Operator with the Helm Chart
15
+ To :github:`install the Kubernetes Operator with Helm
16
16
</mongodb/helm-charts/tree/main/charts/enterprise-operator#installing-enterprise-operator>`, see the
17
17
instructions in the repository.
18
18
@@ -125,7 +125,7 @@ content: |
125
125
---
126
126
stepnum : 8
127
127
level : 4
128
- title : " Deploy the :manual:`replica set </reference/glossary/#std-term-replica-set>` resource."
128
+ title : " Deploy the :manual:`MongoDB replica set </reference/glossary/#std-term-replica-set>` resource."
129
129
ref : deploy-replica-set-quickstart
130
130
content : |
131
131
@@ -270,7 +270,7 @@ source:
270
270
---
271
271
stepnum : 12
272
272
level : 4
273
- title : " Connect to the :manual:`replica set </reference/glossary/#std-term-replica-set>`."
273
+ title : " Connect to the :manual:`MongoDB replica set </reference/glossary/#std-term-replica-set>`."
274
274
ref : connect-k8s-rs-quickstart
275
275
content : |
276
276
@@ -285,5 +285,3 @@ content: |
285
285
286
286
#. Run the connection command in a terminal to connect to the
287
287
deployment.
288
-
289
- ...
Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ Quick Start for the |k8s-op-short|
19
19
20
20
.. include:: /includes/admonitions/note-single-to-multi-cluster.rst
21
21
22
- |k8s-op-full| uses the |k8s| API and tools to manage MongoDB
23
- clusters. |k8s-op-short| works together with MongoDB |com|. This
24
- tutorial demonstrates how to deploy and connect to your first replica
25
- set in |cloud| with |k8s-op-short|. You can use |kind| to quickly set
26
- up a cluster. To learn more, see `Kind <https://kind.sigs.k8s.io/>`_.
22
+ The |k8s-op-full| uses the |k8s| API and tools to manage MongoDB
23
+ clusters running within your |k8s| cluster. |k8s-op-short| works together
24
+ with MongoDB |com|. This tutorial demonstrates how to deploy
25
+ and connect to your first MongoDB replica set in |cloud| with |k8s-op-short|.
26
+ You can use |kind| to quickly set up a cluster.
27
+ To learn more, see `Kind <https://kind.sigs.k8s.io/>`_.
27
28
28
29
Prerequisites
29
30
-------------
@@ -34,6 +35,7 @@ This tutorial requires:
34
35
- A running |k8s| cluster.
35
36
- |k8s| nodes running on :ref:`supported hardware architectures
36
37
<k8s-supported-hardware-arch-compatibility>`.
38
+ - The |mongo-shell| installed on your local machine.
37
39
38
40
Procedure
39
41
---------
You can’t perform that action at this time.
0 commit comments