Skip to content

Commit cd3cf50

Browse files
lmkerbey-mdbjwilliams-mongo
authored andcommitted
(DOCSP-26487) Various term and versioning updates. (#1229)
* (DOCSP-26487) Various term and versioning updates. * (DOCSP-26487) * (DOCSP-26487) * (DOCSP-26487) * (DOCSP-26487) * (DOCSP-26487)
1 parent 2bf7926 commit cd3cf50

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
'version': version,
6161
'k8s-op-short': 'Kubernetes Operator',
6262
'k8s-api-version': 'v1.25',
63+
'k8s-crds': "`CustomResourceDefinitions <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__",
64+
'k8s-crd': "`CustomResourceDefinition <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__",
6365
'aagent': 'MongoDB Agent or legacy Automation Agent',
6466
'aagents': 'MongoDB Agents or legacy Automation Agents',
6567
'mdbagent': 'MongoDB Agent',

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ aagent = "MongoDB Agent or legacy Automation Agent"
55
aagents = "MongoDB Agents or legacy Automation Agents"
66
k8s-op-short = "Kubernetes Operator"
77
k8s-api-version = "v1.20"
8+
k8s-crds = "`CustomResourceDefinitions <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__"
9+
k8s-crd = "`CustomResourceDefinition <https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/>`__"
810
bndl-version = "4.2.2"
911
bndl-version-val = "``4.2.11-ent``"
1012
appdb-init-version = "1.0.6"

source/includes/steps-upgrade-master.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ replacement:
3232
metadata:
3333
name: my-standalone-downgrade
3434
spec:
35-
version: "4.0.14-ent"
35+
version: "4.2.2-ent"
3636
type: Standalone
3737
project: my-project
3838
credentials: my-credentials
@@ -44,10 +44,8 @@ replacement:
4444
.. code-block:: yaml
4545
4646
spec:
47-
version: "4.2.2-ent"
48-
featureCompatibilityVersion: "4.0"
49-
50-
.. include:: /includes/admonitions/fact-featureCompatibilityVersion.rst
47+
version: "4.4.18-ent"
48+
featureCompatibilityVersion: "4.2"
5149
5250
---
5351
title: Reapply the configuration to |k8s|.

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: "Change the resource's ConfigMap as shown in the following example:"
8+
method: "Change the resource's |k8s-crd| as shown in the following example:"
99
content: |
1010
1111
{{mdb}}

source/tutorial/upgrade-mdb-version.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Upgrade MongoDB Version and FCV
1212
:depth: 2
1313
:class: singlecol
1414

15-
You can upgrade the major, minor, and/or feature compatibility versions
15+
You can upgrade the major, minor, or feature compatibility versions
1616
of your MongoDB resource. These settings are configured in your
17-
resource's |k8s-configmap|.
17+
resource's |k8s-crd|.
1818

1919
Overview
2020
--------
2121

22-
To upgrade your resource's major and/or minor versions, set the
22+
To upgrade your resource's major or minor versions, set the
2323
:setting:`spec.version` setting to the desired MongoDB version.
2424

2525
To modify your resource's
@@ -35,7 +35,8 @@ version.
3535
necessary.
3636

3737
To learn more about feature compatibility, see
38-
:dbcommand:`setFeatureCompatibilityVersion` in the MongoDB Manual.
38+
:dbcommand:`setFeatureCompatibilityVersion` in the MongoDB Server
39+
Documentation.
3940

4041
Procedure
4142
---------

0 commit comments

Comments
 (0)