Merge pull request #4404 from hashicorp/f-move-autopilot-guide
Move autopilot to top level and fix links
This commit is contained in:
commit
d2c8b56f68
|
@ -18,7 +18,7 @@ description: |-
|
|||
</table>
|
||||
|
||||
The `autopilot` stanza configures the Nomad agent to configure Autopilot behavior.
|
||||
For more information about Autopilot, see the [Autopilot Guide](/guides/cluster/autopilot.html).
|
||||
For more information about Autopilot, see the [Autopilot Guide](/guides/autopilot.html).
|
||||
|
||||
```hcl
|
||||
autopilot {
|
||||
|
|
|
@ -127,7 +127,7 @@ server {
|
|||
|
||||
- `redundancy_zone` `(string: "")` - (Enterprise-only) Specifies the redundancy
|
||||
zone that this server will be a part of for Autopilot management. For more
|
||||
information, see the [Autopilot Guide](/guides/cluster/autopilot.html).
|
||||
information, see the [Autopilot Guide](/guides/autopilot.html).
|
||||
|
||||
- `rejoin_after_leave` `(bool: false)` - Specifies if Nomad will ignore a
|
||||
previous leave and attempt to rejoin the cluster when starting. By default,
|
||||
|
@ -142,7 +142,7 @@ server {
|
|||
|
||||
- `upgrade_version` `(string: "")` - A custom version of the format X.Y.Z to use
|
||||
in place of the Nomad version when custom upgrades are enabled in Autopilot.
|
||||
For more information, see the [Autopilot Guide](/guides/cluster/autopilot.html).
|
||||
For more information, see the [Autopilot Guide](/guides/autopilot.html).
|
||||
|
||||
### Deprecated Parameters
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ description: >
|
|||
# Command: operator autopilot get-config
|
||||
|
||||
The Autopilot operator command is used to view the current Autopilot configuration. See the
|
||||
[Autopilot Guide](/guides/cluster/autopilot.html) for more information about Autopilot.
|
||||
[Autopilot Guide](/guides/autopilot.html) for more information about Autopilot.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ description: >
|
|||
# Command: operator autopilot set-config
|
||||
|
||||
The Autopilot operator command is used to set the current Autopilot configuration. See the
|
||||
[Autopilot Guide](/guides/cluster/autopilot.html) for more information about Autopilot.
|
||||
[Autopilot Guide](/guides/autopilot.html) for more information about Autopilot.
|
||||
|
||||
|
||||
## Usage
|
||||
|
|
|
@ -38,5 +38,5 @@ completely lost, only one voter will be lost, so the cluster remains available.
|
|||
If a voter is lost in an availability zone, Autopilot will promote the non-voter
|
||||
to voter automatically, putting the hot standby server into service quickly.
|
||||
|
||||
See the [Nomad Autopilot Guide](https://www.nomadproject.io/guides/cluster/autopilot.html)
|
||||
See the [Nomad Autopilot Guide](/guides/autopilot.html)
|
||||
for a comprehensive overview of Nomad's open source and enterprise Autopilot features.
|
||||
|
|
|
@ -50,7 +50,7 @@ Raft Protocol versions supported by each Nomad version:
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
In order to enable all [Autopilot](/guides/cluster/autopilot.html) features, all servers
|
||||
In order to enable all [Autopilot](/guides/autopilot.html) features, all servers
|
||||
in a Nomad cluster must be running with Raft protocol version 3 or later.
|
||||
|
||||
#### Upgrading to Raft Protocol 3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: "guides"
|
||||
page_title: "Autopilot"
|
||||
sidebar_current: "guides-cluster-autopilot"
|
||||
sidebar_current: "guides-autopilot"
|
||||
description: |-
|
||||
This guide covers how to configure and use Autopilot features.
|
||||
---
|
|
@ -220,5 +220,5 @@ Nomad server in the cluster, like this:
|
|||
server's RPC port used for cluster communications.
|
||||
|
||||
- `non_voter` `(bool: <false>)` - This controls whether the server is a non-voter, which is used
|
||||
in some advanced [Autopilot](/guides/cluster/autopilot.html) configurations. If omitted, it will
|
||||
in some advanced [Autopilot](/guides/autopilot.html) configurations. If omitted, it will
|
||||
default to false, which is typical for most clusters.
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
<li<%= sidebar_current("guides-acl") %>>
|
||||
<a href="/guides/acl.html">ACLs</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("guides-autopilot") %>>
|
||||
<a href="/guides/autopilot.html">Autopilot</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("guides-spark") %>>
|
||||
<a href="/guides/spark/spark.html">Apache Spark Integration</a>
|
||||
|
@ -42,9 +45,6 @@
|
|||
<li<%= sidebar_current("guides-cluster-automatic") %>>
|
||||
<a href="/guides/cluster/automatic.html">Automatic</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("guides-cluster-autopilot") %>>
|
||||
<a href="/guides/cluster/autopilot.html">Autopilot</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("guides-cluster-manual") %>>
|
||||
<a href="/guides/cluster/manual.html">Manual</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue