Skip to content

Commit 3f50194

Browse files
DOCSP-35898 MEKO quickstart cleanup (#1632)
* 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
1 parent 4f9f237 commit 3f50194

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
lines changed

snooty.toml

Lines changed: 2 additions & 9 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"
@@ -236,14 +237,6 @@ vault-short = "Vault"
236237
vpc = ":abbr:`VPC (Virtual Private Cloud)`"
237238
yaml = ":abbr:`YAML (Yet Another Markup Language)`"
238239

239-
240240
[[banners]]
241241
# 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 = []

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
@@ -272,7 +272,7 @@ source:
272272
---
273273
stepnum: 12
274274
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>`."
276276
ref: connect-k8s-rs-quickstart
277277
content: |
278278
@@ -287,5 +287,3 @@ content: |
287287
288288
#. Run the connection command in a terminal to connect to the
289289
deployment.
290-
291-
...

source/kind-quick-start.txt

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

1717
.. include:: /includes/admonitions/note-single-to-multi-cluster.rst
1818

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

2526
Prerequisites
2627
-------------
@@ -31,6 +32,7 @@ This tutorial requires:
3132
- A running |k8s| cluster.
3233
- |k8s| nodes running on :ref:`supported hardware architectures
3334
<k8s-supported-hardware-arch-compatibility>`.
35+
- The |mongo-shell| installed on your local machine.
3436

3537
Procedure
3638
---------

0 commit comments

Comments
 (0)