Skip to content

Commit

Permalink
retry-join flag docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Jun 1, 2018
1 parent 92096d6 commit 84b4e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/docs/commands/agent.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 84b4e2c

Please sign in to comment.