Skip to content

Commit 5526d6e

Browse files
DOCSP-35898 MEKO quickstart cleanup (#1632) (#2007)
* DOCSP-35898 -- clean up k8s quickstart * DOCSP-35898 -- reduce scope of ticket; quickstart cleanup steps currently in development * DOCSP-35898 -- copy review revisions * DOCSP-35898 -- rebuild for stale staging link (cherry picked from commit 3f50194) # Conflicts: # snooty.toml
1 parent 2099b6e commit 5526d6e

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ minio = "`MinIO Operator <https://github.com/minio/operator>`__"
137137
mongodb-multi = "``MongoDBMultiCluster`` resource"
138138
mongodb-multis = "``MongoDBMultiCluster`` resources"
139139
mongodbusers = "``MongoDBUsers`` resources"
140+
mongo-shell = "`MongoDB Shell <https://www.mongodb.com/docs/mongodb-shell/>`__"
140141
oc = "`oc <https://docs.openshift.com/container-platform/4.12/cli_reference/index.html>`__"
141142
opsmanager-resource = "``Ops Manager`` resource"
142143
opsmanager-resources = "``Ops Manager`` resources"

source/includes/steps-kind-quick-start.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: "Install the |k8s-op-full|"
1212
ref: install-kubectl-quickstart
1313
content: |
1414
15-
To :github:`install the Kubernetes Operator with the Helm Chart
15+
To :github:`install the Kubernetes Operator with Helm
1616
</mongodb/helm-charts/tree/main/charts/enterprise-operator#installing-enterprise-operator>`, see the
1717
instructions in the repository.
1818
@@ -125,7 +125,7 @@ content: |
125125
---
126126
stepnum: 8
127127
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."
129129
ref: deploy-replica-set-quickstart
130130
content: |
131131
@@ -270,7 +270,7 @@ source:
270270
---
271271
stepnum: 12
272272
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>`."
274274
ref: connect-k8s-rs-quickstart
275275
content: |
276276
@@ -285,5 +285,3 @@ content: |
285285
286286
#. Run the connection command in a terminal to connect to the
287287
deployment.
288-
289-
...

source/kind-quick-start.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ Quick Start for the |k8s-op-short|
1919

2020
.. include:: /includes/admonitions/note-single-to-multi-cluster.rst
2121

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/>`_.
2728

2829
Prerequisites
2930
-------------
@@ -34,6 +35,7 @@ This tutorial requires:
3435
- A running |k8s| cluster.
3536
- |k8s| nodes running on :ref:`supported hardware architectures
3637
<k8s-supported-hardware-arch-compatibility>`.
38+
- The |mongo-shell| installed on your local machine.
3739

3840
Procedure
3941
---------

0 commit comments

Comments
 (0)