Skip to content

Commit 5d4920c

Browse files
committed
JM edits
1 parent f264388 commit 5d4920c

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

source/includes/steps-upgrade-master.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ replacement:
3939
persistent: false
4040
...
4141
42+
The following example shows the result of this change:
43+
4244
.. code-block:: yaml
4345
4446
spec:

source/includes/steps-upgrade-mdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inherit:
55
file: steps-upgrade-master.yaml
66
ref: upgrade-master-version
77
replacement:
8-
method: "Perform the following modifications to the resource's ConfigMap:"
8+
method: "Change the resource's ConfigMap as shown in the following example:"
99
content: |
1010
1111
{{mdb}}

source/includes/steps-upgrade-om.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ inherit:
55
file: steps-upgrade-master.yaml
66
ref: upgrade-master-version
77
replacement:
8-
method: "In your :ref:`k8s-om-specification`, specify the following settings:"
8+
method: "In your :ref:`k8s-om-specification`, the settings as shown in the
9+
following example:"
910
content: |
1011
1112
{{om}}

source/tutorial/upgrade-mdb-version.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ You can upgrade the major, minor, and/or feature compatibility versions
1616
of your MongoDB resource. These settings are configured in your
1717
resource's |k8s-configmap|.
1818

19-
- To upgrade your resource's major and/or minor versions, set the
20-
:setting:`spec.version` setting to the desired MongoDB version.
19+
Overview
20+
--------
2121

22-
- To modify your resource's
23-
:manual:`feature compatibility version </reference/command/setFeatureCompatibilityVersion/>`,
24-
set the :setting:`spec.featureCompatibilityVersion` setting to the
25-
desired version.
22+
To upgrade your resource's major and/or minor versions, set the
23+
:setting:`spec.version` setting to the desired MongoDB version.
24+
25+
To modify your resource's
26+
:manual:`feature compatibility version </reference/command/setFeatureCompatibilityVersion/>`,
27+
set the :setting:`spec.featureCompatibilityVersion` setting to the desired
28+
version.
2629

2730
.. note::
2831

@@ -34,13 +37,10 @@ resource's |k8s-configmap|.
3437
To learn more about feature compatibility, see
3538
:dbcommand:`setFeatureCompatibilityVersion` in the MongoDB Manual.
3639

37-
Prerequisites
38-
-------------
39-
4040
Procedure
4141
---------
4242

43-
The following steps upgrade the standalone deployment's MongoDB version to
44-
``4.2.2-ent``:
43+
To upgrade the standalone deployment's MongoDB version to
44+
``4.2.2-ent``, complete the following steps:
4545

4646
.. include:: /includes/steps/upgrade-mdb.rst

source/tutorial/upgrade-om-version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Prerequisites
3434
Procedure
3535
---------
3636

37-
The following example updates |onprem| from 4.0 to 5.0 and the application
38-
database to MongoDB ``4.2.11-ent``.
37+
To update |onprem| from 4.0 to 5.0 and the application database to MongoDB
38+
``4.2.11-ent``, complete the following steps:
3939

4040
.. include:: /includes/steps/upgrade-om.rst

0 commit comments

Comments
 (0)