mirror of https://github.com/docker/docs.git
Added ntp docs; fixes #2028
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
This commit is contained in:
parent
79f2bdb5e4
commit
e933e3da84
|
@ -52,6 +52,14 @@ Docker UCP requires each node on the cluster to have a static IP address.
|
|||
Before installing UCP, ensure your network and nodes are configured to support
|
||||
this.
|
||||
|
||||
## Time Synchronization
|
||||
|
||||
In distributed systems such as Docker UCP, time synchronization is critical
|
||||
to ensure proper operation. As a best practice to ensure consistency between
|
||||
then engines in a UCP cluster, all engines should regularly synchronize time
|
||||
with a NTP server. If a server's clock is skewed, unexpected behavior may
|
||||
cause poor performance or even failures.
|
||||
|
||||
## Load balancing strategy
|
||||
|
||||
Docker UCP does not include a load balancer. You can configure your own
|
||||
|
|
Loading…
Reference in New Issue