@@ -274,20 +274,24 @@ content: |
274
274
275
275
---
276
276
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."
278
278
level : 4
279
279
ref : copy-mdb-archive
280
280
stepnum : 10
281
281
content : |
282
-
282
+
283
+ Copy the MongoDB archive for each MongoDB version you intend to deploy
284
+ to the |onprem| Persistent Volume.
285
+
283
286
The commands that you use depend on the environment to which you
284
- deployed the operator :
287
+ deployed the |k8s-op-short| :
285
288
286
289
.. note::
287
290
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.
291
295
292
296
.. tabs::
293
297
@@ -317,7 +321,7 @@ content: |
317
321
318
322
#. If you deployed a version of |onprem| from 4.4.0 up to and
319
323
including 4.4.3, copy the MongoDB
320
- Database Tools installation tarball to the |onprem|
324
+ Database Tools installation `` tarball`` to the |onprem|
321
325
PersistentVolume. For example, to copy the
322
326
``{+mdbtools-version+}`` release:
323
327
@@ -341,7 +345,7 @@ content: |
341
345
To copy the MongoDB installation archive to the
342
346
|onprem| PersistentVolume:
343
347
344
- a. Copy the MongoDB Server installation tarball to the
348
+ a. Copy the MongoDB Server installation `` tarball`` to the
345
349
|onprem| PersistentVolume. For example, to copy the ``4.4.0``
346
350
release:
347
351
@@ -361,7 +365,7 @@ content: |
361
365
362
366
#. If you deployed a version of |onprem| from 4.4.0 up to and
363
367
including 4.4.3, copy the MongoDB
364
- Database Tools installation tarball to the |onprem|
368
+ Database Tools installation `` tarball`` to the |onprem|
365
369
PersistentVolume. For example, to copy the
366
370
``{+mdbtools-version+}`` release:
367
371
@@ -393,7 +397,7 @@ content: |
393
397
- :doc:`/tutorial/create-project-using-configmap`
394
398
395
399
#. 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|.
397
401
Ensure that you:
398
402
399
403
i. Match the ``spec.opsManager.configMapRef.name`` of the resource
@@ -402,8 +406,8 @@ content: |
402
406
the secret you created that contains an |onprem| programmatic
403
407
API key pair.
404
408
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.
408
412
409
413
...
0 commit comments