mirror of https://github.com/docker/docs.git
Add network requirements for UCP (#3208)
This commit is contained in:
parent
fe0620225d
commit
4f350e0efd
|
|
@ -22,7 +22,7 @@ all nodes must have:
|
||||||
For highly-available installations, you also need a way to transfer files
|
For highly-available installations, you also need a way to transfer files
|
||||||
between hosts.
|
between hosts.
|
||||||
|
|
||||||
## Ports used
|
## Network requirements
|
||||||
|
|
||||||
When installing UCP on a host, make sure the following ports are open:
|
When installing UCP on a host, make sure the following ports are open:
|
||||||
|
|
||||||
|
|
@ -44,6 +44,18 @@ 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 12386 | Port for the authentication worker |
|
||||||
| managers | in | TCP 12387 | Port for the metrics service |
|
| managers | in | TCP 12387 | Port for the metrics service |
|
||||||
|
|
||||||
|
Also, make sure the networks you're using allow the UCP components to
|
||||||
|
communicate before they timming out.
|
||||||
|
|
||||||
|
| Component | Timeout (ms) | Configurable |
|
||||||
|
|:---------------------------------------|:-------------|:-------------|
|
||||||
|
| Raft consensus between manager nodes | 3000 | no |
|
||||||
|
| Gossip protocol for overlay networking | 5000 | no |
|
||||||
|
| etcd | 5000 | yes |
|
||||||
|
| rethinkDB | 10000 | no |
|
||||||
|
| Stand-alone swarm | 90000 | no |
|
||||||
|
|
||||||
|
|
||||||
## Compatibility and maintenance lifecycle
|
## Compatibility and maintenance lifecycle
|
||||||
|
|
||||||
Docker Datacenter is a software subscription that includes 3 products:
|
Docker Datacenter is a software subscription that includes 3 products:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue