mirror of https://github.com/status-im/consul.git
website: address comments
This commit is contained in:
parent
2bcaa8ac38
commit
a352d15189
|
@ -31,6 +31,7 @@ easily. It is **not** intended to be used in production as it does not persist
|
|||
any state.
|
||||
|
||||
```text
|
||||
$ consul agent -dev
|
||||
==> Starting Consul agent...
|
||||
==> Starting Consul agent RPC...
|
||||
==> Consul agent running!
|
||||
|
|
|
@ -4,7 +4,7 @@ page_title: "Consul Cluster"
|
|||
sidebar_current: "gettingstarted-join"
|
||||
description: >
|
||||
When a Consul agent is started, it begins as an isolated cluster of its own.
|
||||
To learn about other cluster members, the agent just join one or more other
|
||||
To learn about other cluster members, the agent must join one or more other
|
||||
nodes using a provided join address. In this step, we will set up a two-node
|
||||
cluster and join the nodes together.
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue