mirror of https://github.com/status-im/consul.git
remove `https://consul.io` from join links; remove UI link to `downloads.html`
This commit is contained in:
parent
fcaf2f52ee
commit
a8d8683b46
|
@ -141,7 +141,7 @@ learn about <em>one existing member</em>. After joining the cluster, the
|
||||||
agents gossip with each other to propagate full membership information.
|
agents gossip with each other to propagate full membership information.
|
||||||
|
|
||||||
## Auto-joining a Cluster on Start
|
## Auto-joining a Cluster on Start
|
||||||
Ideally, whenever a new node is brought up in your datacenter, it should automatically join the Consul cluster without human intervention. Consul facilitates auto-join by enabling the auto-discovery of instances in AWS or Google Cloud with a given tag key/value. To use the integration, add the [`retry_join_ec2`](https://www.consul.io/docs/agent/options.html?#retry_join_ec2) or the [`retry_join_gce`](https://www.consul.io/docs/agent/options.html?#retry_join_gce) nested object to your Consul configuration file. This will allow a new node to join the cluster without any hardcoded configuration. Alternatively, you can join a cluster at startup using the [`-join` flag](https://www.consul.io/docs/agent/options.html#_join) or [`start_join` setting](https://www.consul.io/docs/agent/options.html#start_join) with hardcoded addresses of other known Consul agents.
|
Ideally, whenever a new node is brought up in your datacenter, it should automatically join the Consul cluster without human intervention. Consul facilitates auto-join by enabling the auto-discovery of instances in AWS or Google Cloud with a given tag key/value. To use the integration, add the [`retry_join_ec2`](/docs/agent/options.html?#retry_join_ec2) or the [`retry_join_gce`](/docs/agent/options.html?#retry_join_gce) nested object to your Consul configuration file. This will allow a new node to join the cluster without any hardcoded configuration. Alternatively, you can join a cluster at startup using the [`-join` flag](/docs/agent/options.html#_join) or [`start_join` setting](/docs/agent/options.html#start_join) with hardcoded addresses of other known Consul agents.
|
||||||
|
|
||||||
## Querying Nodes
|
## Querying Nodes
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ key/value data. The UIs automatically support multi-datacenter.
|
||||||
![Consul Web UI](consul_web_ui.png)
|
![Consul Web UI](consul_web_ui.png)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
To set up the [self-hosted UI](/downloads.html), start the Consul agent with the
|
To set up the self-hosted UI, start the Consul agent with the
|
||||||
[`-ui` parameter](/docs/agent/options.html#_ui):
|
[`-ui` parameter](/docs/agent/options.html#_ui):
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
|
Loading…
Reference in New Issue