retry-join flag docs

This commit is contained in:
Alex Dadgar
2018-06-01 09:57:13 -07:00
parent 92096d6e62
commit 84b4e2c04a

View File

@@ -77,8 +77,8 @@ via CLI arguments. The `agent` command accepts the following arguments:
$ nomad agent -retry-join "127.0.0.1:4648"
```
Note that `retry_join` can be defined for only servers as a command-line
flag (clients are only able to define via the client configuration).
`retry-join` can be defined as a command line flag only for servers. Clients
can configure `retry-join` only in configuration files.
* `-retry-max`: Similar to the [retry_max](#retry_max) config option.
* `-server`: Enable server mode on the local agent.