@@ -17,23 +17,21 @@ Configure an |onprem| Resource to use Remote Mode
17
17
In a default configuration, the {+mdbagent+}\'s and Backup Daemons
18
18
access MongoDB installation archives over the Internet from |company|
19
19
20
- You can configure |onprem| to run in **Remote Mode** with the
21
- |k8s-op-short| if the nodes in your |k8s| cluster don't have access to
22
- the Internet. The Backup Daemons and managed MongoDB resources download
23
- installation archives only from |onprem|, which proxies download
24
- requests to an HTTP endpoint on a local web server or S3-compatible
25
- store deployed to your |k8s| cluster.
26
-
27
- This procedure covers deploying an Nginx HTTP server to your |k8s|
28
- cluster to host the MongoDB installation archives.
20
+ You can configure |onprem| to run in **Remote Mode** so that the Backup
21
+ Daemons and managed MongoDB resources download installation archives
22
+ only from |onprem|, which proxies download requests to an HTTP endpoint
23
+ on a local web server or S3-compatible store deployed to your |k8s|
24
+ cluster.
29
25
30
26
Prerequisites and Considerations
31
27
--------------------------------
32
28
33
- :ref:`deploy-om-container`. The following procedure shows you how to
34
- update your |onprem| |k8s| |k8s-obj| to enable Remote Mode.
29
+ :ref:`deploy-om-container`.
35
30
36
31
Procedure
37
32
---------
38
33
34
+ The following procedure deploys an Nginx HTTP server to your |k8s|
35
+ cluster to host the MongoDB installation archives.
36
+
39
37
.. include:: /includes/steps/deploy-k8s-opsmgr-remote-mode.rst
0 commit comments