Merge branch 'docs/ha-etc-ssh-typo' into 'master'

Fix typo in high availability docs

See merge request gitlab-org/gitlab-ce!20805
This commit is contained in:
Marcia Ramos 2018-07-24 18:05:47 +00:00
commit 39cb42c329
1 changed files with 5 additions and 0 deletions

View File

@ -122,6 +122,11 @@ need some extra configuration.
from running on upgrade. Only the primary GitLab application server should from running on upgrade. Only the primary GitLab application server should
handle migrations. handle migrations.
1. **Optional** Configure host keys. Copy all contents(primary and public keys) inside `/etc/ssh/` on
the primary application server to `/etc/ssh` on all secondary servers. This
prevents false man-in-the-middle-attack alerts when accessing servers in your
High Availability cluster behind a load balancer.
1. Run `sudo gitlab-ctl reconfigure` to compile the configuration. 1. Run `sudo gitlab-ctl reconfigure` to compile the configuration.
## Troubleshooting ## Troubleshooting