use relative links; remove extra spaces between words
This commit is contained in:
parent
3ecaa4e499
commit
ed8e2a05bc
|
@ -10,10 +10,10 @@ description: |-
|
|||
|
||||
Consul's core snapshot functionality allows operators to save and restore the state of
|
||||
the Consul servers for disaster recovery. Snapshots are atomic and
|
||||
point-in-time, and include key/value entries, service catalog, prepared
|
||||
point-in-time, and include key/value entries, service catalog, prepared
|
||||
queries, sessions, and ACLs.
|
||||
|
||||
[Consul Enterprise](https://www.hashicorp.com/consul.html) provides a [highly
|
||||
available service](https://www.consul.io/docs/commands/snapshot/agent.html) that
|
||||
available service](/docs/commands/snapshot/agent.html) that
|
||||
integrates with the snapshot API to automatically manage taking snapshots,
|
||||
perform rotation and send backup files offsite to Amazon S3.
|
||||
perform rotation and send backup files offsite to Amazon S3.
|
||||
|
|
|
@ -17,7 +17,7 @@ desirable to have topologies like hub-and-spoke with central management
|
|||
datacenters and "spoke" datacenters that can't interact with each other.
|
||||
|
||||
[Consul Enterprise](https://www.hashicorp.com/consul.html) offers a [network
|
||||
area mechanism](https://www.consul.io/docs/guides/areas.html) that allows operators to
|
||||
area mechanism](/docs/guides/areas.html) that allows operators to
|
||||
federate Consul datacenters together on a pairwise basis, enabling
|
||||
partially-connected network topologies. Once a link is created, Consul agents
|
||||
can make queries to the remote datacenter in service of both API and DNS
|
||||
|
|
|
@ -12,5 +12,5 @@ In [Consul Enterprise](https://www.hashicorp.com/consul.html), servers can be
|
|||
explicitly marked as non-voters. Non-voters will receive the replication stream
|
||||
but will not take part in quorum (required by the leader before log entries can
|
||||
be committed). Adding explicit non-voters will [scale
|
||||
reads](https://www.consul.io/docs/guides/autopilot.html#server-read-scaling)
|
||||
reads](/docs/guides/autopilot.html#server-read-scaling)
|
||||
without impacting write latency.
|
||||
|
|
|
@ -9,7 +9,7 @@ description: |-
|
|||
# Consul Enterprise Redundancy Zones
|
||||
|
||||
[Consul Enterprise](https://www.hashicorp.com/consul.html) [redundancy
|
||||
zones](https://www.consul.io/docs/guides/autopilot.html#redundancy-zones) make
|
||||
zones](/docs/guides/autopilot.html#redundancy-zones) make
|
||||
it possible to have more servers than availability zones. For example, in an
|
||||
environment with three availability zones it's now possible to run one voter and
|
||||
one non-voter in each availability zone, for a total of six servers. If an
|
||||
|
|
|
@ -9,7 +9,7 @@ description: |-
|
|||
# Consul Enterprise Automated Upgrades
|
||||
|
||||
[Consul Enterprise](https://www.hashicorp.com/consul.html) supports an [upgrade
|
||||
pattern](https://www.consul.io/docs/guides/autopilot.html#upgrade-migrations)
|
||||
pattern](/docs/guides/autopilot.html#upgrade-migrations)
|
||||
that allows operators to deploy a complete cluster of new servers and then just wait
|
||||
for the upgrade to complete. As the new servers join the cluster, server
|
||||
introduction logic checks the version of each Consul server. If the version is
|
||||
|
|
Loading…
Reference in New Issue