Skip to content

Commit 83bdaf3

Browse files
DOCSP-40894 clarified OM static container limitation (#1758)
* clarified OM static container limitation (cherry picked from commit cf1c216)
1 parent 63bc3a1 commit 83bdaf3

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

source/tutorial/plan-k8s-op-container-images.txt

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -130,30 +130,19 @@ If you enable static containers:
130130
attempt to download the MongoDB binaries from |onprem|, which undermines the immutable
131131
nature of static containers.
132132

133-
- With |onprem|, only the following |onprem| and {+mdbagent+} versions are compatible with
134-
static containers:
135-
136-
.. list-table::
137-
:header-rows: 1
138-
:widths: 50 50
139-
140-
* - |onprem| Version
141-
- {+mdbagent+} Version
142-
143-
* - 7.0.5
144-
- :ref:`107.0.0.8490-1 <mongodb-agent-changelog>`
145-
146-
* - 6.0.24
147-
- :ref:`12.0.29.7775-1 <mongodb-agent-changelog>`
133+
- With |onprem|, only versions 6.0.24, 7.0.5, or later are compatible.
134+
The {+k8s-op-short+} automatically uses the correct version of the
135+
{+mdbagent+} container based on the |onprem| version
136+
you select to manage a specific deployment.
148137

149138
- With |cloud|, your {+mdbagent+} version could fall behind compatibility with the latest
150139
version of |cloud| because the {+k8s-op-short+} can't call the ``agentVersion`` endpoint
151140
in |cloud|. To ensure your {+mdbagent+} is up to date with |cloud|, you can perform one
152141
of the following actions:
153142

154143
- Specify a :ref:`compatible <mms-changelog>` {+mdbagent+} version in the
155-
:ref:`k8s-om-specification` by overriding the |k8s-statefulset| container image for
156-
the {+mdbagent+}.
144+
:ref:`MongoDB resource specification <k8s-specification>` by
145+
overriding the |k8s-statefulset| container image for the {+mdbagent+}.
157146
For example:
158147

159148
.. code-block:: yaml

0 commit comments

Comments
 (0)