mirror of https://github.com/docker/docs.git
Add UCP network latencies table (#4382)
This commit is contained in:
parent
4445f27581
commit
eac03a4597
|
|
@ -51,6 +51,17 @@ When installing UCP on a host, make sure the following ports are open:
|
|||
| managers | in | TCP 12386 | Port for the authentication worker |
|
||||
| managers | in | TCP 12387 | Port for the metrics service |
|
||||
|
||||
Also, make sure the networks you're using allow the UCP components enough time
|
||||
to communicate before they time out.
|
||||
|
||||
| Component | Timeout (ms) | Configurable |
|
||||
|:---------------------------------------|:-------------|:-------------|
|
||||
| Raft consensus between manager nodes | 3000 | no |
|
||||
| Gossip protocol for overlay networking | 5000 | no |
|
||||
| etcd | 500 | yes |
|
||||
| RethinkDB | 10000 | no |
|
||||
| Stand-alone swarm | 90000 | no |
|
||||
|
||||
## Compatibility and maintenance lifecycle
|
||||
|
||||
Docker EE is a software subscription that includes 3 products:
|
||||
|
|
|
|||
Loading…
Reference in New Issue