Skip to content

Commit

Permalink
Merge pull request gravitational#822 from gravitational/rjones/docs-n…
Browse files Browse the repository at this point in the history
…ode-add-fix

Documentation: nodes add ordering fix
  • Loading branch information
russjones authored Mar 11, 2017
2 parents 467c88f + 123c18c commit 5cea794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Use `tctl` tool to invite a new node into the cluster with `node` and `auth`
roles:

```bash
tctl nodes --ttl=5m --roles=node,proxy add
tctl nodes add --ttl=5m --roles=node,proxy
```

As new nodes come online, they start sending ping requests every few seconds
Expand Down

0 comments on commit 5cea794

Please sign in to comment.