Fix missing link from Configure node healthcheck heading
Update name to dispatcher-heartbeat Signed-off-by: Sarah Sanders <sarah.sanders@docker.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1dcfd230bf
commit
f977b923cd
@ -6,7 +6,7 @@ Initialize a swarm
|
||||
### Options
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|:--------------------------------------------|:--------------|:---------------|:-----------------------------------------------------------------------------------------------------------------------------|
|
||||
|:--------------------------------------------------|:--------------|:---------------|:-----------------------------------------------------------------------------------------------------------------------------|
|
||||
| [`--advertise-addr`](#advertise-addr) | `string` | | Advertised address (format: `<ip\|interface>[:port]`) |
|
||||
| [`--autolock`](#autolock) | `bool` | | Enable manager autolocking (requiring an unlock key to start a stopped manager) |
|
||||
| [`--availability`](#availability) | `string` | `active` | Availability of the node (`active`, `pause`, `drain`) |
|
||||
@ -15,7 +15,7 @@ Initialize a swarm
|
||||
| [`--data-path-port`](#data-path-port) | `uint32` | `0` | Port number to use for data path traffic (1024 - 49151). If no value is set or is set to 0, the default port (4789) is used. |
|
||||
| [`--default-addr-pool`](#default-addr-pool) | `ipNetSlice` | | default address pool in CIDR format |
|
||||
| `--default-addr-pool-mask-length` | `uint32` | `24` | default address pool subnet mask length |
|
||||
| `--dispatcher-heartbeat` | `duration` | `5s` | Dispatcher heartbeat period (ns\|us\|ms\|s\|m\|h) |
|
||||
| [`--dispatcher-heartbeat`](#dispatcher-heartbeat) | `duration` | `5s` | Dispatcher heartbeat period (ns\|us\|ms\|s\|m\|h) |
|
||||
| [`--external-ca`](#external-ca) | `external-ca` | | Specifications of one or more certificate signing endpoints |
|
||||
| [`--force-new-cluster`](#force-new-cluster) | `bool` | | Force create a new cluster from current state |
|
||||
| [`--listen-addr`](#listen-addr) | `node-addr` | `0.0.0.0:2377` | Listen address (format: `<ip\|interface>[:port]`) |
|
||||
@ -64,7 +64,7 @@ You can disable autolock by running `docker swarm update --autolock=false`.
|
||||
After disabling it, the encryption key is no longer required to start the
|
||||
manager, and it will start up on its own without user intervention.
|
||||
|
||||
### <a name=""></a> Configure node healthcheck frequency (--dispatcher-heartbeat)
|
||||
### <a name="dispatcher-heartbeat"></a> Configure node healthcheck frequency (--dispatcher-heartbeat)
|
||||
|
||||
The `--dispatcher-heartbeat` flag sets the frequency at which nodes are told to
|
||||
report their health.
|
||||
|
Loading…
x
Reference in New Issue
Block a user