moby--moby/docs/swarm/swarm-tutorial
Aaron Lehmann a0ccd0d42f Split advertised address from listen address
There are currently problems with "swarm init" and "swarm join" when an
explicit --listen-addr flag is not provided. swarmkit defaults to
finding the IP address associated with the default route, and in cloud
setups this is often the wrong choice.

Introduce a notion of "advertised address", with the client flag
--advertise-addr, and the daemon flag --swarm-default-advertise-addr to
provide a default. The default listening address is now 0.0.0.0, but a
valid advertised address must be detected or specified.

If no explicit advertised address is specified, error out if there is
more than one usable candidate IP address on the system. This requires a
user to explicitly choose instead of letting swarmkit make the wrong
choice. For the purposes of this autodetection, we ignore certain
interfaces that are unlikely to be relevant (currently docker*).

The user is also required to choose a listen address on swarm init if
they specify an explicit advertise address that is a hostname or an IP
address that's not local to the system. This is a requirement for
overlay networking.

Also support specifying interface names to --listen-addr,
--advertise-addr, and the daemon flag --swarm-default-advertise-addr.
This will fail if the interface has multiple IP addresses (unless it has
a single IPv4 address and a single IPv6 address - then we resolve the
tie in favor of IPv4).

This change also exposes the node's externally-reachable address in
docker info, as requested by #24017.

Make corresponding API and CLI docs changes.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-07-24 09:23:07 -07:00
..
add-nodes.md updates get started with swarm to use join-token 2016-07-21 19:53:54 -07:00
create-swarm.md Split advertised address from listen address 2016-07-24 09:23:07 -07:00
delete-service.md Fix a minor typo in swarm tutorial docs 2016-07-12 05:00:39 -07:00
deploy-service.md remove margin from bottom of swarm mode docs 2016-06-28 19:46:39 -07:00
drain-node.md Merge pull request #24960 from aaronlehmann/update-parallelism-docs 2016-07-23 10:35:34 +02:00
index.md updates get started with swarm to use join-token 2016-07-21 19:53:54 -07:00
inspect-service.md Update service inspect --pretty reference docs 2016-07-14 11:23:03 +02:00
menu.md updates get started with swarm to use join-token 2016-07-21 19:53:54 -07:00
rolling-update.md clarify update-delay and rolling update behavior 2016-07-20 10:11:04 -07:00
scale-service.md remove margin from bottom of swarm mode docs 2016-06-28 19:46:39 -07:00