Merge pull request #1543 from simonpasquier/add-public-address-warning

README.md: update HA section
This commit is contained in:
Max Inden 2018-09-10 08:04:25 +02:00 committed by GitHub
commit c8acbf1a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -319,7 +319,7 @@ amtool config routes --alertmanager.url=http://localhost:9090
## High Availability ## High Availability
> Warning: High Availability is under active development AlertManager's high availability is in production use at many companies.
To create a highly available cluster of the Alertmanager the instances need to To create a highly available cluster of the Alertmanager the instances need to
be configured to communicate with each other. This is configured using the be configured to communicate with each other. This is configured using the
@ -343,6 +343,10 @@ be configured to communicate with each other. This is configured using the
The chosen port in the `cluster.listen-address` flag is the port that needs to be The chosen port in the `cluster.listen-address` flag is the port that needs to be
specified in the `cluster.peer` flag of the other peers. specified in the `cluster.peer` flag of the other peers.
The `cluster.advertise-address` flag is required if the instance doesn't have
an IP address that is part of [RFC 6980](https://tools.ietf.org/html/rfc6890)
with a default route.
To start a cluster of three peers on your local machine use `goreman` and the To start a cluster of three peers on your local machine use `goreman` and the
Procfile within this repository. Procfile within this repository.