@@ -274,20 +274,24 @@ content: |
274274
275275 ---
276276
277- title : " Copy the MongoDB installation archive to the |onprem| Persistent Volume for each |onprem| :opsmgrkube:`replica <spec.replicas>` you deployed ."
277+ title : " Copy the MongoDB archive to the |onprem| Persistent Volume."
278278level : 4
279279ref : copy-mdb-archive
280280stepnum : 10
281281content : |
282-
282+
283+ Copy the MongoDB archive for each MongoDB version you intend to deploy
284+ to the |onprem| Persistent Volume.
285+
283286 The commands that you use depend on the environment to which you
284- deployed the operator :
287+ deployed the |k8s-op-short| :
285288
286289 .. note::
287290
288- Only copy the MongoDB installation tarballs to ``Replica 1`` and
289- beyond if you deployed more than one |onprem| :opsmgrkube:`replica
290- <spec.replicas>`.
291+ If you deployed more than one |onprem|
292+ :opsmgrkube:`replica <spec.replicas>`, copy only the MongoDB
293+ installation ``tarball`` packages to ``Replica 1`` and
294+ beyond.
291295
292296 .. tabs::
293297
@@ -317,7 +321,7 @@ content: |
317321
318322 #. If you deployed a version of |onprem| from 4.4.0 up to and
319323 including 4.4.3, copy the MongoDB
320- Database Tools installation tarball to the |onprem|
324+ Database Tools installation `` tarball`` to the |onprem|
321325 PersistentVolume. For example, to copy the
322326 ``{+mdbtools-version+}`` release:
323327
@@ -341,7 +345,7 @@ content: |
341345 To copy the MongoDB installation archive to the
342346 |onprem| PersistentVolume:
343347
344- a. Copy the MongoDB Server installation tarball to the
348+ a. Copy the MongoDB Server installation `` tarball`` to the
345349 |onprem| PersistentVolume. For example, to copy the ``4.4.0``
346350 release:
347351
@@ -361,7 +365,7 @@ content: |
361365
362366 #. If you deployed a version of |onprem| from 4.4.0 up to and
363367 including 4.4.3, copy the MongoDB
364- Database Tools installation tarball to the |onprem|
368+ Database Tools installation `` tarball`` to the |onprem|
365369 PersistentVolume. For example, to copy the
366370 ``{+mdbtools-version+}`` release:
367371
@@ -393,7 +397,7 @@ content: |
393397 - :doc:`/tutorial/create-project-using-configmap`
394398
395399 #. Deploy a :ref:`MongoDB database resource <k8s-deploy-mdb-resources>`
396- in the same namespace to which you deployed |onprem|.
400+ in the same namespace to which you deployed |onprem|.
397401 Ensure that you:
398402
399403 i. Match the ``spec.opsManager.configMapRef.name`` of the resource
@@ -402,8 +406,8 @@ content: |
402406 the secret you created that contains an |onprem| programmatic
403407 API key pair.
404408
405- {+mdbagent+}\s running in MongoDB database resource containers that
406- you create with the |k8s-op-short| download the installation archives
407- from |onprem| instead of from the Internet.
409+ {+mdbagent+}\s run in MongoDB database resource containers that
410+ you create with the |k8s-op-short|. Download the installation archives
411+ from |onprem| instead of downloading them from the Internet.
408412
409413 ...
0 commit comments