@@ -5,20 +5,6 @@ To install the MongoDB |k8s-op-short|, you must:
5
5
If you need a |k8s | solution, see the |k8s |
6
6
:k8sdocs: `documentation on picking the right solution </setup> `.
7
7
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
-
22
8
#. Clone the :gh: `MongoDB Enterprise Kubernetes Operator repository </mongodb/mongodb-enterprise-kubernetes> `.
23
9
24
10
.. code-block :: sh
@@ -47,6 +33,24 @@ To install the MongoDB |k8s-op-short|, you must:
47
33
48
34
kubectl create namespace < namespaceName>
49
35
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
+
50
54
#. (**Required for OpenShift Installs **) Create a |k8s-secret | that
51
55
contains credentials authorized to pull images from the
52
56
``registry.connect.redhat.com `` repository:
@@ -115,4 +119,4 @@ To install the MongoDB |k8s-op-short|, you must:
115
119
116
120
.. code-block:: sh
117
121
118
- oc apply -f openshift-pull-secret.yaml -n <namespace>
122
+ oc apply -f openshift-pull-secret.yaml -n <namespace>
0 commit comments