The --auto-accept documentation currently says that both worker and
manager nodes are automatically accepted by default. Correct it.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
| ... | ... |
@@ -37,8 +37,8 @@ ID NAME MEMBERSHIP STATUS AVAILABILITY MANAGER |
| 37 | 37 |
|
| 38 | 38 |
### `--auto-accept value` |
| 39 | 39 |
|
| 40 |
-This flag controls node acceptance into the cluster. By default, both `worker` and `manager` |
|
| 41 |
-nodes are auto accepted by the cluster. This can be changed by specifing what kinds of nodes |
|
| 40 |
+This flag controls node acceptance into the cluster. By default, `worker` nodes are |
|
| 41 |
+automatically accepted by the cluster. This can be changed by specifing what kinds of nodes |
|
| 42 | 42 |
can be auto-accepted into the cluster. If auto-accept is not turned on, then |
| 43 | 43 |
[node accept](node_accept.md) can be used to explicitly accept a node into the cluster. |
| 44 | 44 |
|