doc: Add rejoin
This commit is contained in:
parent
b4a5b61255
commit
440810c1d7
|
@ -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` |
|
| `--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` |
|
| `--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` |
|
| `--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
|
## Running multiple clusters
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue