@@ -258,37 +258,18 @@ content: |
258
258
.. note::
259
259
260
260
The examples below provide you with a link to quickly download the
261
- specified versions of MongoDB Community edition and the MongoDB
262
- Database tools.
261
+ specified versions of MongoDB Community edition.
263
262
264
263
To download MongoDB Enterprise Edition, or any other version of
265
264
MongoDB Community Edition, visit the :dl:`MongoDB Download Center`.
266
265
267
- .. tabs::
268
-
269
- .. tab:: Vanilla Kubernetes
270
- :tabid: k8s
271
-
272
- a. Download the Ubuntu 20.04 installation tarball for the
273
- MongoDB Server version you want the |k8s-op-short| to
274
- deploy. For example, to download the ``4.4.0`` release:
275
-
276
- .. code-block:: sh
277
-
278
- curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz
279
-
280
-
281
- .. tab:: OpenShift
282
- :tabid: os
283
-
284
- a. Download the RHEL installation tarball for the MongoDB
285
- database version you want the |k8s-op-short| to deploy. For
286
- example, to download the ``4.4.0`` release:
266
+ Download the RHEL installation tarball for the MongoDB Server version
267
+ you want the |k8s-op-short| to deploy. For example, to download the
268
+ ``6.0.1`` release:
287
269
288
- .. code-block:: sh
289
-
290
- curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel<version>-4.4.0.tgz
270
+ .. code-block:: sh
291
271
272
+ curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-6.0.1.tgz
292
273
293
274
---
294
275
@@ -319,49 +300,45 @@ content: |
319
300
To copy the MongoDB installation archive to the
320
301
|onprem| PersistentVolume:
321
302
322
- a. Copy the MongoDB Server installation tarball to the
323
- |onprem| PersistentVolume. For example, to copy the ``5 .0.0 ``
324
- release:
303
+ Copy the MongoDB Server installation tarball to the
304
+ |onprem| PersistentVolume. For example, to copy the ``6 .0.1 ``
305
+ release:
325
306
326
- | Replica 0:
307
+ | Replica 0:
327
308
328
- .. code-block:: sh
309
+ .. code-block:: sh
329
310
330
- kubectl cp mongodb-linux-x86_64-ubuntu1604-5 .0.0 .tgz \
331
- "ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-ubuntu1604-5 .0.0 .tgz"
311
+ kubectl cp mongodb-linux-x86_64-rhel80-6 .0.1 .tgz \
312
+ "ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel80-6 .0.1 .tgz"
332
313
333
- | Replica 1:
334
-
335
- .. code-block:: sh
336
-
337
- kubectl cp mongodb-linux-x86_64-ubuntu1604-5.0.0.tgz \
338
- "ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-ubuntu1604-5.0.0.tgz"
314
+ | Replica 1:
339
315
316
+ .. code-block:: sh
340
317
318
+ kubectl cp mongodb-linux-x86_64-rhel80-6.0.1.tgz \
319
+ "ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel80-6.0.1.tgz"
341
320
342
321
.. tab:: OpenShift
343
322
:tabid: os
344
323
345
324
To copy the MongoDB installation archive to the
346
- |onprem| PersistentVolume:
347
-
348
- a. Copy the MongoDB Server installation ``tarball`` to the
349
- |onprem| PersistentVolume. For example, to copy the ``5.0.0``
350
- release:
325
+ |onprem| PersistentVolume, copy the MongoDB Server installation ``tarball`` to the
326
+ |onprem| PersistentVolume. For example, to copy the ``6.0.1``
327
+ release:
351
328
352
- | Replica 0:
329
+ | Replica 0:
353
330
354
- .. code-block:: sh
331
+ .. code-block:: sh
355
332
356
- oc rsync "ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel<version>-5 .0.0 .tgz" \
357
- mongodb-linux-x86_64-rhel<version>-5 .0.0 .tgz
333
+ oc rsync "ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel80-6 .0.1 .tgz" \
334
+ mongodb-linux-x86_64-rhel80-6 .0.1 .tgz
358
335
359
- | Replica 1:
336
+ | Replica 1:
360
337
361
- .. code-block:: sh
338
+ .. code-block:: sh
362
339
363
- oc rsync "ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel<version>-5 .0.0 .tgz" \
364
- mongodb-linux-x86_64-rhel<version>-5 .0.0 .tgz
340
+ oc rsync "ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel80-6 .0.1 .tgz" \
341
+ mongodb-linux-x86_64-rhel80-6 .0.1 .tgz
365
342
366
343
---
367
344
title : " Deploy a MongoDB Database Resource."
0 commit comments