Skip to content

Commit cdac386

Browse files
Tony Sansonejwilliams-mongo
authored andcommitted
(DOCSP-6338): Add NTP note.
1 parent 3eea93f commit cdac386

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
'.. |onprem| replace:: Ops Manager',
159159
'.. |onprem-link| replace:: :opsmgr:`Ops Manager </>`',
160160
'.. |nfs| replace:: :abbr:`NFS (Network File System)`',
161+
'.. |ntp| replace:: :abbr:`NTP (Network Time Protocol)`',
161162
'.. |nvme-clusters| replace:: clusters with local NVMe SSDs',
162163
'.. |pit| replace:: :abbr:`PIT (Point in Time)`',
163164
'.. |piv| replace:: :abbr:`PIV (Personal Identity Verification)`',

source/tutorial/install-k8s-operator.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ To install the MongoDB |k8s-op-short|, you must:
4848
If you need a |k8s| solution, see the |k8s|
4949
:k8sdocs:`documentation on picking the right solution </setup/pick-right-solution/>`.
5050

51+
#. Have a running |onprem-link|.
52+
53+
.. important::
54+
55+
Your |onprem| installation must run an active |ntp| service. If
56+
the |onprem| host's clock falls out of sync, that host can't
57+
communicate with the |k8s-op-short|.
58+
59+
To learn how to check your |ntp| service for your Ops Manager
60+
host, see the documentation for
61+
`Ubuntu <https://help.ubuntu.com/lts/serverguide/NTP.html>`__ or
62+
`RHEL <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/s1-checking_the_status_of_ntp>`__.
63+
64+
5165
#. Clone the :gh:`MongoDB Enterprise Kubernetes Operator repository </mongodb/mongodb-enterprise-kubernetes>`.
5266

5367
.. code-block:: sh

0 commit comments

Comments
 (0)