mirror of https://github.com/hashicorp/consul
website: address comments
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.
|
any state.
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
$ consul agent -dev
|
||||||
==> Starting Consul agent...
|
==> Starting Consul agent...
|
||||||
==> Starting Consul agent RPC...
|
==> Starting Consul agent RPC...
|
||||||
==> Consul agent running!
|
==> Consul agent running!
|
||||||
|
|
|
@ -4,7 +4,7 @@ page_title: "Consul Cluster"
|
||||||
sidebar_current: "gettingstarted-join"
|
sidebar_current: "gettingstarted-join"
|
||||||
description: >
|
description: >
|
||||||
When a Consul agent is started, it begins as an isolated cluster of its own.
|
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
|
nodes using a provided join address. In this step, we will set up a two-node
|
||||||
cluster and join the nodes together.
|
cluster and join the nodes together.
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue