Skip to content

Commit 31b1491

Browse files
DOCSP-43133 -- Add note about resource limit definition for MongoDB CR with Static Containers (#1957) (#1982)
* DOCSP-43133 -- Add note about resource limit definition for MongoDB CR with Static Containers * DOCSP-43133 -- technical review revisions * DOCSP-43133 -- external review revision (cherry picked from commit 04af97e)
1 parent 49f81ab commit 31b1491

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

source/includes/static-containers-description.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,13 @@ containers. Static containers are immutable at runtime. In addition:
1313
host the MongoDB binary on the server that hosts |onprem| or another |https| server.
1414
- You can't run extensive ``CMD`` scripts for the static container.
1515
- You can't copy files between static containers using ``initContainer``.
16-
16+
17+
.. note::
18+
19+
When deployed as static containers, a |k8s-op-short| deployment consists of
20+
two containers - a ``mongodb-agent`` container and a ``mongodb-enterprise-server``
21+
container. The MongoDB database custom resource inherits resource limit
22+
definitions from the ``mongodb-agent`` container, which runs the ``mongod``
23+
process in a static container deployment. In order to modify the resource
24+
limits for the MongoDB database resource, you must specify your desired
25+
resource limits on the ``mongodb-agent`` container.

0 commit comments

Comments
 (0)