diff --git a/website/source/docs/agent/configuration/autopilot.html.md b/website/source/docs/agent/configuration/autopilot.html.md index 276f74a22..6cf637c9e 100644 --- a/website/source/docs/agent/configuration/autopilot.html.md +++ b/website/source/docs/agent/configuration/autopilot.html.md @@ -18,7 +18,7 @@ description: |- 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 { diff --git a/website/source/docs/agent/configuration/server.html.md b/website/source/docs/agent/configuration/server.html.md index 6da8ab88e..1b3466be5 100644 --- a/website/source/docs/agent/configuration/server.html.md +++ b/website/source/docs/agent/configuration/server.html.md @@ -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 diff --git a/website/source/docs/commands/operator/autopilot-get-config.html.md.erb b/website/source/docs/commands/operator/autopilot-get-config.html.md.erb index 3e8d06186..37a4435f2 100644 --- a/website/source/docs/commands/operator/autopilot-get-config.html.md.erb +++ b/website/source/docs/commands/operator/autopilot-get-config.html.md.erb @@ -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 diff --git a/website/source/docs/commands/operator/autopilot-set-config.html.md.erb b/website/source/docs/commands/operator/autopilot-set-config.html.md.erb index 77a4a9cd7..4980e9688 100644 --- a/website/source/docs/commands/operator/autopilot-set-config.html.md.erb +++ b/website/source/docs/commands/operator/autopilot-set-config.html.md.erb @@ -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 diff --git a/website/source/docs/enterprise/autopilot/index.html.md b/website/source/docs/enterprise/autopilot/index.html.md index 77dc8c866..6208e6ff4 100644 --- a/website/source/docs/enterprise/autopilot/index.html.md +++ b/website/source/docs/enterprise/autopilot/index.html.md @@ -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](https://www.nomadproject.io/guides/autopilot.html) for a comprehensive overview of Nomad's open source and enterprise Autopilot features. diff --git a/website/source/docs/upgrade/upgrade-specific.html.md b/website/source/docs/upgrade/upgrade-specific.html.md index 03bdec996..ccb4f6dff 100644 --- a/website/source/docs/upgrade/upgrade-specific.html.md +++ b/website/source/docs/upgrade/upgrade-specific.html.md @@ -50,7 +50,7 @@ Raft Protocol versions supported by each Nomad version: -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 diff --git a/website/source/guides/cluster/autopilot.html.md b/website/source/guides/autopilot.html.md similarity index 99% rename from website/source/guides/cluster/autopilot.html.md rename to website/source/guides/autopilot.html.md index fac13b5ed..fc5f5b434 100644 --- a/website/source/guides/cluster/autopilot.html.md +++ b/website/source/guides/autopilot.html.md @@ -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. --- diff --git a/website/source/guides/outage.html.markdown b/website/source/guides/outage.html.markdown index e698d0dc5..22b9267e2 100644 --- a/website/source/guides/outage.html.markdown +++ b/website/source/guides/outage.html.markdown @@ -220,5 +220,5 @@ Nomad server in the cluster, like this: server's RPC port used for cluster communications. - `non_voter` `(bool: )` - 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. diff --git a/website/source/layouts/guides.erb b/website/source/layouts/guides.erb index d747e0007..0707e652c 100644 --- a/website/source/layouts/guides.erb +++ b/website/source/layouts/guides.erb @@ -5,6 +5,9 @@ > ACLs + > + Autopilot + > Apache Spark Integration @@ -42,9 +45,6 @@ > Automatic - > - Autopilot - > Manual