Skip to content

Commit 170c4ed

Browse files
(DOCSP-10048): Update install prereqs
1 parent 83b24e8 commit 170c4ed

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

source/includes/install/install-prereqs.rst

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@ To install the MongoDB |k8s-op-short|, you must:
55
If you need a |k8s| solution, see the |k8s|
66
:k8sdocs:`documentation on picking the right solution </setup>`.
77

8-
#. Have a running |onprem-link|.
9-
10-
.. important::
11-
12-
Your |onprem| installation must run an active |ntp| service. If
13-
the |onprem| host's clock falls out of sync, that host can't
14-
communicate with the |k8s-op-short|.
15-
16-
To learn how to check your |ntp| service for your Ops Manager
17-
host, see the documentation for
18-
`Ubuntu <https://help.ubuntu.com/lts/serverguide/NTP.html>`__ or
19-
`RHEL <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/s1-checking_the_status_of_ntp>`__.
20-
21-
228
#. Clone the :gh:`MongoDB Enterprise Kubernetes Operator repository </mongodb/mongodb-enterprise-kubernetes>`.
239

2410
.. code-block:: sh
@@ -47,6 +33,24 @@ To install the MongoDB |k8s-op-short|, you must:
4733
4834
kubectl create namespace <namespaceName>
4935
36+
#. (Optional) Have a running |onprem-link|.
37+
38+
If you don't deploy an |onprem| resource with the
39+
|k8s-op-short|, you must have an |onprem| running outside of your
40+
|k8s| cluster. If you will deploy an |onprem| resource in |k8s| with the |k8s-op-short|, skip this prerequisite.
41+
42+
.. important::
43+
44+
Your |onprem| installation must run an active |ntp| service. If
45+
the |onprem| host's clock falls out of sync, that host can't
46+
communicate with the |k8s-op-short|.
47+
48+
To learn how to check your |ntp| service for your Ops Manager
49+
host, see the documentation for
50+
`Ubuntu <https://help.ubuntu.com/lts/serverguide/NTP.html>`__ or
51+
`RHEL
52+
<https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/s1-checking_the_status_of_ntp>`__.
53+
5054
#. (**Required for OpenShift Installs**) Create a |k8s-secret| that
5155
contains credentials authorized to pull images from the
5256
``registry.connect.redhat.com`` repository:
@@ -115,4 +119,4 @@ To install the MongoDB |k8s-op-short|, you must:
115119
116120
.. code-block:: sh
117121
118-
oc apply -f openshift-pull-secret.yaml -n <namespace>
122+
oc apply -f openshift-pull-secret.yaml -n <namespace>

0 commit comments

Comments
 (0)