diff --git a/datacenter/ucp/2.0/guides/installation/system-requirements.md b/datacenter/ucp/2.0/guides/installation/system-requirements.md index 05fbb1be8b..6343178129 100644 --- a/datacenter/ucp/2.0/guides/installation/system-requirements.md +++ b/datacenter/ucp/2.0/guides/installation/system-requirements.md @@ -32,7 +32,7 @@ When installing UCP on a host, make sure the following ports are open: | managers | in | TCP 2376 (configurable) | Port for the Docker Swarm manager. Used for backwards compatibility | | managers, workers | in | TCP 2377 (configurable) | Port for communication between swarm nodes | | managers, workers | in, out | UDP 4789 | Port for overlay networking | -| managers, workers | in, out | TCP, UDP 7946 | Port for overlay networking | +| managers, workers | in, out | TCP, UDP 7946 | Port for gossip-based clustering | | managers, workers | in | TCP 12376 | Port for a TLS proxy that provides access to UCP, Docker Engine, and Docker Swarm | | managers | in | TCP 12379 | Port for internal node configuration, cluster configuration, and HA | | managers | in | TCP 12380 | Port for internal node configuration, cluster configuration, and HA | diff --git a/datacenter/ucp/2.0/reference/cli/install.md b/datacenter/ucp/2.0/reference/cli/install.md index e6cf0311a2..1661d3aabc 100644 --- a/datacenter/ucp/2.0/reference/cli/install.md +++ b/datacenter/ucp/2.0/reference/cli/install.md @@ -45,8 +45,8 @@ firewall: * 443 or the '--controller-port' * 2376 or the '--swarm-port' -* 12376, 4789, 12379, 12380, 12381, 12382, 12383, 12384, 12385, 12386 -* 4789(udp) and 7946(tcp/udp) for overlay networking +* 12376, 12379, 12380, 12381, 12382, 12383, 12384, 12385, 12386 +* 4789 (udp) and 7946 (tcp/udp) for overlay networking ## Options diff --git a/datacenter/ucp/2.1/guides/admin/install/system-requirements.md b/datacenter/ucp/2.1/guides/admin/install/system-requirements.md index ca6dc50b20..cacbfe3dd9 100644 --- a/datacenter/ucp/2.1/guides/admin/install/system-requirements.md +++ b/datacenter/ucp/2.1/guides/admin/install/system-requirements.md @@ -31,8 +31,8 @@ When installing UCP on a host, make sure the following ports are open: | managers, workers | in | TCP 443 (configurable) | Port for the UCP web UI and API | | managers | in | TCP 2376 (configurable) | Port for the Docker Swarm manager. Used for backwards compatibility | | managers, workers | in | TCP 2377 (configurable) | Port for communication between swarm nodes | -| managers, workers | in, out | TCP, UDP 4789 | Port for overlay networking | -| managers, workers | in, out | TCP, UDP 7946 | Port for overlay networking | +| managers, workers | in, out | UDP 4789 | Port for overlay networking | +| managers, workers | in, out | TCP, UDP 7946 | Port for gossip-based clustering | | managers, workers | in | TCP 12376 | Port for a TLS proxy that provides access to UCP, Docker Engine, and Docker Swarm | | managers | in | TCP 12379 | Port for internal node configuration, cluster configuration, and HA | | managers | in | TCP 12380 | Port for internal node configuration, cluster configuration, and HA | diff --git a/datacenter/ucp/2.1/reference/cli/install.md b/datacenter/ucp/2.1/reference/cli/install.md index ecb2dea893..cda7a3615d 100644 --- a/datacenter/ucp/2.1/reference/cli/install.md +++ b/datacenter/ucp/2.1/reference/cli/install.md @@ -27,8 +27,8 @@ firewall: * 443 or the '--controller-port' * 2376 or the '--swarm-port' - * 12376, 4789, 12379, 12380, 12381, 12382, 12383, 12384, 12385, 12386, 12387 - * 4789(udp) and 7946(tcp/udp) for overlay networking + * 12376, 12379, 12380, 12381, 12382, 12383, 12384, 12385, 12386, 12387 + * 4789 (udp) and 7946 (tcp/udp) for overlay networking ## Options