Edited "admin manual"

Added a warning section on importance of identical configs for HA
configuration

- Closes #1135
This commit is contained in:
Ev Kontsevoy 2017-08-19 16:57:44 -07:00
parent 250943ca67
commit 7a8d6f75e5

View file

@ -1106,6 +1106,10 @@ to run in a highly available fashion.
* If a load balancer is not an option, you must specify each instance of an
auth server in `auth_servers` section of Teleport configuration.
**IMPORTANT:** with multiple instances of the auth servers running, special
attention needs to be paid to keep their configuration identical. Settings
like `cluster_name`, `tokens`, `storage`, etc must be the same.
#### Run multiple instances of Teleport Proxy
The Teleport Proxy is stateless which makes running multiple instances trivial.