Add Consul Upgrade Documentation
All threads resolved!
All threads resolved!
Compare changes
@@ -112,7 +112,7 @@ Nodes running GitLab-bundled Consul should be:
Consul clusters communicate using the raft protocol and, if the current leader goes offline, this causes a leader election. A leader node must exist to facilitate synchronization across the cluster. If too many nodes go offline at the same time, the cluster will lose quorum and not elect a leader due to [broken consensus](https://www.consul.io/docs/internals/consensus.html).
Consul clusters 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 synchronization across the cluster. If too many nodes go offline at the same time, the cluster will lose quorum and not elect a leader due to [broken consensus](https://www.consul.io/docs/internals/consensus.html).