File tree Expand file tree Collapse file tree 3 files changed +12
-19
lines changed Expand file tree Collapse file tree 3 files changed +12
-19
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"
@@ -236,14 +237,6 @@ vault-short = "Vault"
236
237
vpc = " :abbr:`VPC (Virtual Private Cloud)`"
237
238
yaml = " :abbr:`YAML (Yet Another Markup Language)`"
238
239
239
-
240
240
[[banners ]]
241
241
# dark mode/appearance in public preview
242
- targets = [
243
- " k8s-operator-specification.txt" ,
244
- " multi-cluster-sharded-cluster.txt"
245
- ]
246
- variant = " warning"
247
- value = """
248
- Multi-cluster Sharded Cluster Deployments are currently in public preview.
249
- """
242
+ targets = []
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
@@ -272,7 +272,7 @@ source:
272
272
---
273
273
stepnum : 12
274
274
level : 4
275
- title : " Connect to the :manual:`replica set </reference/glossary/#std-term-replica-set>`."
275
+ title : " Connect to the :manual:`MongoDB replica set </reference/glossary/#std-term-replica-set>`."
276
276
ref : connect-k8s-rs-quickstart
277
277
content : |
278
278
@@ -287,5 +287,3 @@ content: |
287
287
288
288
#. Run the connection command in a terminal to connect to the
289
289
deployment.
290
-
291
- ...
Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ Quick Start for the |k8s-op-short|
16
16
17
17
.. include:: /includes/admonitions/note-single-to-multi-cluster.rst
18
18
19
- |k8s-op-full| uses the |k8s| API and tools to manage MongoDB
20
- clusters. |k8s-op-short| works together with MongoDB |com|. This
21
- tutorial demonstrates how to deploy and connect to your first replica
22
- set in |cloud| with |k8s-op-short|. You can use |kind| to quickly set
23
- up a cluster. To learn more, see `Kind <https://kind.sigs.k8s.io/>`_.
19
+ The |k8s-op-full| uses the |k8s| API and tools to manage MongoDB
20
+ clusters running within your |k8s| cluster. |k8s-op-short| works together
21
+ with MongoDB |com|. This tutorial demonstrates how to deploy
22
+ and connect to your first MongoDB replica set in |cloud| with |k8s-op-short|.
23
+ You can use |kind| to quickly set up a cluster.
24
+ To learn more, see `Kind <https://kind.sigs.k8s.io/>`_.
24
25
25
26
Prerequisites
26
27
-------------
@@ -31,6 +32,7 @@ This tutorial requires:
31
32
- A running |k8s| cluster.
32
33
- |k8s| nodes running on :ref:`supported hardware architectures
33
34
<k8s-supported-hardware-arch-compatibility>`.
35
+ - The |mongo-shell| installed on your local machine.
34
36
35
37
Procedure
36
38
---------
You can’t perform that action at this time.
0 commit comments