From 973b2159e32c5cda7bb0f829d15479b7da8a6f8b Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 21 Mar 2016 21:49:34 -0700 Subject: [PATCH] clarify server join --- website/source/docs/agent/config.html.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/source/docs/agent/config.html.md b/website/source/docs/agent/config.html.md index de337423d..de8533f27 100644 --- a/website/source/docs/agent/config.html.md +++ b/website/source/docs/agent/config.html.md @@ -264,9 +264,12 @@ configured on client nodes. * `retry_max` The maximum number of join attempts to be made before exiting with a return code of 1. By default, this is set to 0 which is interpreted as infinite retries. - * `start_join` An array of strings specifying addresses of nodes to join upon startup. - If Nomad is unable to join with any of the specified addresses, agent startup will - fail. By default, the agent won't join any nodes when it starts up. + * `start_join` An array of strings specifying addresses + of nodes to join upon startup. If Nomad is unable to join with any of the + specified addresses, agent startup will fail. By default, the agent won't + join any nodes when it starts up. Addresses can be given as an IP, a domain + name, or an IP:Port pair. If the port isn't specified the default Serf port, + 4648, is used. ## Client-specific Options