Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d82b8764
Commit
d82b8764
authored
Jul 14, 2020
by
astrachan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reviewed gitlab.rb templates
parent
0d12de72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/administration/reference_architectures/3k_users.md
doc/administration/reference_architectures/3k_users.md
+3
-3
No files found.
doc/administration/reference_architectures/3k_users.md
View file @
d82b8764
...
...
@@ -401,7 +401,7 @@ gitlab-ctl status
}
# Disable auto migrations
gitlab_rails
[
'auto_migrate'
]
=
false
gitlab_rails
[
'auto_migrate'
]
=
false
```
1.
[
Reconfigure Omnibus GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
for the changes to take effect.
...
...
@@ -543,7 +543,7 @@ To configure the Sentinel:
NOTE:
**Note:**
A Consul leader will be elected when the provisioning of the third Consul server is completed.
Viewing the Consul logs
`sudo gitlab-ctl tail consul`
will display
Viewing the Consul logs
`sudo gitlab-ctl tail consul`
will display
`...[INFO] consul: New leader elected: ...`
You can list the current Consul members (server, client) via:
...
...
@@ -1518,7 +1518,7 @@ On each node perform the following:
## You can also use FQDNs and intermix them with IPs
consul
[
'configuration'
]
=
{
retry_join:
%w(10.6.0.11 10.6.0.12 10.6.0.13)
,
}
}
# Add the monitoring node's IP address to the monitoring whitelist and allow it to
# scrape the NGINX metrics
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment