Merge pull request #24248 from aaronlehmann/swarm-init-docs-fix
Fix --auto-accept documentation
This commit is contained in:
commit
212988d68d
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ ID NAME MEMBERSHIP STATUS AVAILABILITY MANAGER
|
||||||
|
|
||||||
### `--auto-accept value`
|
### `--auto-accept value`
|
||||||
|
|
||||||
This flag controls node acceptance into the cluster. By default, both `worker` and `manager`
|
This flag controls node acceptance into the cluster. By default, `worker` nodes are
|
||||||
nodes are auto accepted by the cluster. This can be changed by specifing what kinds of nodes
|
automatically accepted by the cluster. This can be changed by specifing what kinds of nodes
|
||||||
can be auto-accepted into the cluster. If auto-accept is not turned on, then
|
can be auto-accepted into the cluster. If auto-accept is not turned on, then
|
||||||
[node accept](node_accept.md) can be used to explicitly accept a node into the cluster.
|
[node accept](node_accept.md) can be used to explicitly accept a node into the cluster.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue