Skip to content

Commit 3d594bb

Browse files
DOCSP-23994 fix Invalid ubuntu image version (#993)
* DOCSP-23994 fix Invalid ubuntu image version * DOCSP-23994 updates for CR feedback
1 parent e28ab66 commit 3d594bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/includes/steps-deploy-k8s-opsmgr-local-mode.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ content: |
270270
.. tab:: Vanilla Kubernetes
271271
:tabid: k8s
272272
273-
a. Download the Ubuntu 16.04 installation tarball for the
273+
a. Download the Ubuntu 20.04 installation tarball for the
274274
MongoDB Server version you want the |k8s-op-short| to
275275
deploy. For example, to download the ``4.4.0`` release:
276276
@@ -280,7 +280,7 @@ content: |
280280
281281
#. If you deployed a version of |onprem| from 4.4.0 up to and
282282
including 4.4.3, you must also
283-
download the Ubuntu 16.04 MongoDB Database Tools installation
283+
download the Ubuntu 20.04 MongoDB Database Tools installation
284284
tarball. For example, to download the ``{+mdbtools-version+}`` release:
285285
286286
.. code-block:: sh

source/tutorial/plan-k8s-op-container-images.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ a container registry:
7878

7979
.. note::
8080

81-
Images from Quay.io use Ubuntu 16.04 by default. Append
81+
Images from Quay.io use Ubuntu 20.04 by default. Append
8282
``-ubi`` to an image name to retrieve a version that uses
8383
Red Hat UBI 8.

0 commit comments

Comments
 (0)