mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
retry-join flag docs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user