Merge pull request 'doc: Add rejoin' (#2) from doc-rejoin into master

Reviewed-on: #2
This commit is contained in:
killian 2022-02-08 11:55:34 +01:00
commit 91d192a0af
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ All options can be passed either as command-line flags or environment variables:
| `--no-etc-hosts` | WESHER_NO_ETC_HOSTS | whether to skip writing hosts entries for each node in mesh | `false` |
| `--log-level LEVEL` | WESHER_LOG_LEVEL | set the verbosity (one of debug/info/warn/error) | `warn` |
| `--keepalive-interval INTERVAL` | WESHER_KEEPALIVE_INTERVAL | interval for which to send keepalive packets | `30s` |
| `--rejoin INTERVAL` | WESHER_KEEPALIVE_INTERVAL | interval at which join nodes are joined again if away, 0 disables rejoining altogether | `0` |
## Running multiple clusters