Skip to content

Commit ac471d6

Browse files
DOCSP-13794 Update documentation for the mongodb bundled into the AppDB image (#459)
* DOCSP-13794 Update documentation for the mongodb bundled into the AppDB image * DOCSP-13794 updates for review feedback * Apply suggestions from code review Co-authored-by: John Williams <[email protected]> * DOCSP-13794 one more update per feedback * DOCSP-13794 updates for feedback Co-authored-by: John Williams <[email protected]>
1 parent 814ee27 commit ac471d6

File tree

10 files changed

+22
-23
lines changed

10 files changed

+22
-23
lines changed

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
'om-version': '4.2.6',
6666
'om-version-val': '``4.2.12``',
6767
'bndl-version': '4.2.2',
68-
'bndl-version-val': '``4.2.2-ent``',
69-
'bndl-version-example': '4.2.2-ent',
68+
'bndl-version-val': '``4.2.11-ent``',
7069
'old-version': '4.0.14',
7170
'old-version-val': '``4.0.14-ent``',
7271
'old-version-example': '4.0.14-ent',

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aagent = "MongoDB Agent or legacy Automation Agent"
55
aagents = "MongoDB Agents or legacy Automation Agents"
66
k8s-op-short = "Kubernetes Operator"
77
bndl-version = "4.2.2"
8-
bndl-version-val = "``4.2.2-ent``"
8+
bndl-version-val = "``4.2.11-ent``"
99
appdb-init-version = "1.0.4"
1010
ops-manager-init-version = "1.0.2"
1111
database-init-version = "1.0.0"

source/includes/admonitions/note-deploy-om-offline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
To deploy |onprem| inside |k8s| without an Internet connection,
55
omit this setting or leave the value empty. The |k8s-op-short|
66
installs the :ref:`bundled MongoDB Enterprise
7-
<app-db-offline>` version {+bndl-version+} by default.
7+
<app-db-offline>` version {+bndl-version-val+} by default.

source/includes/code-examples/yaml-files/example-opsmgr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
mms.security.allowCORS: "false"
1414
applicationDatabase:
1515
members: 3
16-
version: 4.2.2-ent
16+
version: 4.2.11-ent
1717
persistent: true
1818
security:
1919
tls:

source/includes/steps-deploy-k8s-opsmgr-http.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ content: |
393393
members: 3
394394
phase: Running
395395
type: ReplicaSet
396-
version: 4.2.0
396+
version: 4.2.11-ent
397397
backup:
398398
lastTransition: "2020-04-01T09:57:42Z"
399399
message: The MongoDB object <namespace>/<oplogresourcename>
@@ -514,7 +514,7 @@ content: |
514514
members: 3
515515
phase: Running
516516
type: ReplicaSet
517-
version: 4.2.0
517+
version: 4.2.11-ent
518518
backup:
519519
lastTransition: "2020-04-01T09:57:42Z"
520520
message: The MongoDB object <namespace>/<oplogresourcename>
@@ -596,7 +596,7 @@ content: |
596596
members: 3
597597
phase: Running
598598
type: ReplicaSet
599-
version: 4.2.0
599+
version: 4.2.11-ent
600600
backup:
601601
lastTransition: "2020-04-01T10:00:53Z"
602602
phase: Running

source/includes/steps-deploy-k8s-opsmgr-https.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ content: |
533533
members: 3
534534
phase: Running
535535
type: ReplicaSet
536-
version: 4.2.2-ent
536+
version: 4.2.11-ent
537537
opsManager:
538538
lastTransition: "2019-12-06T18:23:26Z"
539539
message: The MongoDB object namespace/oplogdbname doesn't exist
@@ -656,7 +656,7 @@ content: |
656656
members: 3
657657
phase: Running
658658
type: ReplicaSet
659-
version: 4.2.2-ent
659+
version: 4.2.11-ent
660660
opsManager:
661661
lastTransition: "2019-12-06T18:23:26Z"
662662
message: The MongoDB object namespace/oplogdbname doesn't exist
@@ -734,7 +734,7 @@ content: |
734734
members: 3
735735
phase: Running
736736
type: ReplicaSet
737-
version: 4.2.2-ent
737+
version: 4.2.11-ent
738738
opsManager:
739739
lastTransition: "2019-12-06T17:46:32Z"
740740
phase: Running

source/includes/steps-secure-om-appdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ content: |
7272
members: 3
7373
phase: Running
7474
type: ReplicaSet
75-
version: 4.2.2-ent
75+
version: 4.2.11-ent
7676
opsManager:
7777
lastTransition: "2019-12-06T17:46:32Z"
7878
phase: Running

source/reference/k8s/example-ops-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
name: om-db-user-secret
4040
key: password
4141
members: 3
42-
version: 4.2.2-ent
42+
version: 4.2.11-ent
4343
persistent: true
4444
podSpec:
4545
cpu: 0.25

source/reference/k8s/example-status-om-running-local-mode.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ status:
44
members: 3
55
phase: Running
66
type: ReplicaSet
7-
version: 4.2.2-ent
7+
version: 4.2.11-ent
88
backup:
99
phase: ""
1010
opsManager:
1111
lastTransition: "2020-05-15T16:20:26Z"
1212
phase: Running
1313
replicas: 1
1414
url: http://ops-manager-localmode-svc.mongodb.svc.cluster.local:8080
15-
version: 4.2.12
15+
version: 4.2.12

source/tutorial/plan-om-resource.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,19 @@ generates a password and stores it.
125125
Offline Deployments
126126
+++++++++++++++++++
127127

128-
The |k8s-op-short| bundles MongoDB Enterprise version {+bndl-version+}
129-
with the :opsmgr:`Application Database </core/system-overview/#application-database>`
130-
image to enable offline deployments of |onprem| resources.
128+
The |k8s-op-short| bundles MongoDB Enterprise version
129+
{+bndl-version-val+} with the :opsmgr:`Application Database
130+
</core/system-overview/#application-database>` image to enable offline
131+
deployments of |onprem| resources.
131132

132133
To deploy |onprem| inside |k8s| without an Internet connection, omit
133134
the :opsmgrkube:`spec.applicationDatabase.version` setting or leave the
134135
value empty.
135136

136-
When you upgrade the |k8s-op-short|, the Application Database performs
137-
a rolling upgrade for new patch releases of MongoDB, such as from
138-
``4.2.2-ent`` to ``4.2.3-ent``. However, the Application Database does
139-
not automatically upgrade between major versions, such as from
140-
``4.2.2-ent`` to ``4.4.0-ent``.
137+
If the new release of the |k8s-op-short| uses the new image of
138+
Application Database, where the bundled mongodb has changed, and if
139+
:opsmgrkube:`spec.applicationDatabase.version` is omitted, then the
140+
Application Database is automatically upgraded to the new version.
141141

142142
.. _om-rsrc-config:
143143

0 commit comments

Comments
 (0)