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
6e0af0db
Commit
6e0af0db
authored
May 03, 2021
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes a few small typing errors
parent
d6841c0e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/administration/consul.md
doc/administration/consul.md
+3
-3
No files found.
doc/administration/consul.md
View file @
6e0af0db
...
@@ -83,7 +83,7 @@ curl "http://127.0.0.1:8500/v1/health/state/critical"
...
@@ -83,7 +83,7 @@ curl "http://127.0.0.1:8500/v1/health/state/critical"
Consul nodes communicate using the raft protocol. If the current leader goes
Consul nodes communicate using the raft protocol. If the current leader goes
offline, there needs to be a leader election. A leader node must exist to facilitate
offline, there needs to be a leader election. A leader node must exist to facilitate
synchronization across the cluster. If too many nodes go offline at the same time,
synchronization across the cluster. If too many nodes go offline at the same time,
the cluster lo
oses quorum and no
t elect a leader due to
the cluster lo
ses quorum and doesn'
t elect a leader due to
[
broken consensus
](
https://www.consul.io/docs/architecture/consensus
)
.
[
broken consensus
](
https://www.consul.io/docs/architecture/consensus
)
.
Consult the
[
troubleshooting section
](
#troubleshooting-consul
)
if the cluster is not
Consult the
[
troubleshooting section
](
#troubleshooting-consul
)
if the cluster is not
...
@@ -181,8 +181,8 @@ If you still see the errors, you may have to
...
@@ -181,8 +181,8 @@ If you still see the errors, you may have to
### Consul does not start - multiple private IPs
### Consul does not start - multiple private IPs
If a node has multiple private IPs, Consul
will be confused
about
If a node has multiple private IPs, Consul
doesn't know
about
which of the private addresses to advertise, and then i
mmediately exit
on start.
which of the private addresses to advertise, and then i
t immediately exits
on start.
Messages like the following are output in
`gitlab-ctl tail consul`
:
Messages like the following are output in
`gitlab-ctl tail consul`
:
...
...
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