Commit a2090896 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-consul-upgrade-restart' into 'master'

Update Consul upgrade docs with restart

See merge request gitlab-org/gitlab!63569
parents eb2a0675 556c0d7e
...@@ -80,6 +80,15 @@ within each node. The command will return an empty array if the cluster is healt ...@@ -80,6 +80,15 @@ within each node. The command will return an empty array if the cluster is healt
curl "http://127.0.0.1:8500/v1/health/state/critical" curl "http://127.0.0.1:8500/v1/health/state/critical"
``` ```
If the Consul version has changed, you'll see a notice at the end of `gitlab-ctl reconfigure`
informing you that Consul needs to be restarted for the new version to be used.
Restart Consul one node at a time:
```shell
sudo gitlab-ctl restart consul
```
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment