diff --git a/docs/REQUIREMENTS.md b/docs/REQUIREMENTS.md index 2b39d60..cc8e6bb 100644 --- a/docs/REQUIREMENTS.md +++ b/docs/REQUIREMENTS.md @@ -172,6 +172,7 @@ This snippet shows the four `misc_disks` created on the single store virtual mac ### Time Synchronization It is recommended that your vSphere template or Bare Metal instances have a method of time synchronization implemented. This will prevent issues from occurring during the Kubernetes initialization phase. + By default, Ubuntu uses `timedatectl`/`timesyncd` to synchronise time, and they are available and active by default. For more information see this [documentation](https://ubuntu.com/server/docs/use-timedatectl-and-timesyncd) from Ubuntu, this documentation also provides information about configuring a private timeserver if the default public server from Ubuntu is not preferred. ## Examples