diff --git a/website/source/docs/commands/agent.html.md.erb b/website/source/docs/commands/agent.html.md.erb index faebc7e86..f1aab5e0b 100644 --- a/website/source/docs/commands/agent.html.md.erb +++ b/website/source/docs/commands/agent.html.md.erb @@ -14,7 +14,8 @@ or server functionality, including exposing interfaces for client consumption and running jobs. Due to the power and flexibility of this command, the Nomad agent is documented -in its own section. See the [Nomad Agent](/docs/agent/index.html) section for +in its own section. See the [Nomad Agent](/guides/operations/agent/index.html) +guide and the [Configuration](/docs/configuration/index.html) documentation section for more information on how to use this command and the options it has. ## Command-line Options @@ -24,39 +25,38 @@ via CLI arguments. The `agent` command accepts the following arguments: * `-alloc-dir=`: Equivalent to the Client [alloc_dir](#alloc_dir) config option. -* `-acl-enabled`: Equivalent to the ACL [enabled](/docs/agent/configuration/acl.html#enabled) config option. -* `-acl-replication-token`: Equivalent to the ACL [replication_token](/docs/agent/configuration/acl.html#replication_token) config option. +* `-acl-enabled`: Equivalent to the ACL [enabled](/docs/configuration/acl.html#enabled) config option. +* `-acl-replication-token`: Equivalent to the ACL [replication_token](/docs/configuration/acl.html#replication_token) config option. * `-bind=
`: Equivalent to the [bind_addr](#bind_addr) config option. * `-bootstrap-expect=`: Equivalent to the [bootstrap_expect](#bootstrap_expect) config option. * `-client`: Enable client mode on the local agent. * `-config=`: Specifies the path to a configuration file or a directory of configuration files to load. Can be specified multiple times. -* `-consul-address=`: Equivalent to the [address](/docs/agent/configuration/consul.html#address) config option. -* `-consul-auth=`: Equivalent to the [auth](/docs/agent/configuration/consul.html#auth) config option. -* `-consul-auto-advertise`: Equivalent to the [auto_advertise](/docs/agent/configuration/consul.html#auto_advertise) config option. -* `-consul-ca-file=`: Equivalent to the [ca_file](/docs/agent/configuration/consul.html#ca_file) config option. -* `-consul-cert-file=`: Equivalent to the [cert_file](/docs/agent/configuration/consul.html#cert_file) config option. -* `-consul-checks-use-advertise`: Equivalent to the [checks_use_advertise](/docs/agent/configuration/consul.html#checks_use_advertise) config option. -* `-consul-client-auto-join`: Equivalent to the [client_auto_join](/docs/agent/configuration/consul.html#client_auto_join) config option. -* `-consul-client-service-name=`: Equivalent to the [client_service_name](/docs/agent/configuration/consul.html#client_service_name) config option. -* `-consul-client-http-check-name=`: Equivalent to the [client_http_check_name](/docs/agent/configuration/consul.html#client_http_check_name) config option. -* `-consul-key-file=`: Equivalent to the [key_file](/docs/agent/configuration/consul.html#key_file) config option. -* `-consul-server-service-name=`: Equivalent to the [server_service_name](/docs/agent/configuration/consul.html#server_service_name) config option. -* `-consul-server-http-check-name=`: Equivalent to the [server_http_check_name](/docs/agent/configuration/consul.html#server_http_check_name) config option. -* `-consul-server-serf-check-name=`: Equivalent to the [server_serf_check_name](/docs/agent/configuration/consul.html#server_serf_check_name) config option. -* `-consul-server-rpc-check-name=`: Equivalent to the [server_rpc_check_name](/docs/agent/configuration/consul.html#server_rpc_check_name) config option. -* `-consul-server-auto-join`: Equivalent to the [server_auto_join](/docs/agent/configuration/consul.html#server_auto_join) config option. -* `-consul-ssl`: Equivalent to the [ssl](/docs/agent/configuration/consul.html#ssl) config option. -* `-consul-token=`: Equivalent to the [token](/docs/agent/configuration/consul.html#token) config option. -* `-consul-verify-ssl`: Equivalent to the [verify_ssl](/docs/agent/configuration/consul.html#verify_ssl) config option. +* `-consul-address=`: Equivalent to the [address](/docs/configuration/consul.html#address) config option. +* `-consul-auth=`: Equivalent to the [auth](/docs/configuration/consul.html#auth) config option. +* `-consul-auto-advertise`: Equivalent to the [auto_advertise](/docs/configuration/consul.html#auto_advertise) config option. +* `-consul-ca-file=`: Equivalent to the [ca_file](/docs/configuration/consul.html#ca_file) config option. +* `-consul-cert-file=`: Equivalent to the [cert_file](/docs/configuration/consul.html#cert_file) config option. +* `-consul-checks-use-advertise`: Equivalent to the [checks_use_advertise](/docs/configuration/consul.html#checks_use_advertise) config option. +* `-consul-client-auto-join`: Equivalent to the [client_auto_join](/docs/configuration/consul.html#client_auto_join) config option. +* `-consul-client-service-name=`: Equivalent to the [client_service_name](/docs/configuration/consul.html#client_service_name) config option. +* `-consul-client-http-check-name=`: Equivalent to the [client_http_check_name](/docs/configuration/consul.html#client_http_check_name) config option. +* `-consul-key-file=`: Equivalent to the [key_file](/docs/configuration/consul.html#key_file) config option. +* `-consul-server-service-name=`: Equivalent to the [server_service_name](/docs/configuration/consul.html#server_service_name) config option. +* `-consul-server-http-check-name=`: Equivalent to the [server_http_check_name](/docs/configuration/consul.html#server_http_check_name) config option. +* `-consul-server-serf-check-name=`: Equivalent to the [server_serf_check_name](/docs/configuration/consul.html#server_serf_check_name) config option. +* `-consul-server-rpc-check-name=`: Equivalent to the [server_rpc_check_name](/docs/configuration/consul.html#server_rpc_check_name) config option. +* `-consul-server-auto-join`: Equivalent to the [server_auto_join](/docs/configuration/consul.html#server_auto_join) config option. +* `-consul-ssl`: Equivalent to the [ssl](/docs/configuration/consul.html#ssl) config option. +* `-consul-token=`: Equivalent to the [token](/docs/configuration/consul.html#token) config option. +* `-consul-verify-ssl`: Equivalent to the [verify_ssl](/docs/configuration/consul.html#verify_ssl) config option. * `-data-dir=`: Equivalent to the [data_dir](#data_dir) config option. * `-dc=`: Equivalent to the [datacenter](#datacenter) config option. * `-dev`: Start the agent in development mode. This enables a pre-configured dual-role agent (client + server) which is useful for developing or testing Nomad. No other configuration is required to start the agent in this mode. -* `-encrypt`: Set the Serf encryption key. See [Agent - Encryption](/docs/agent/encryption.html) for more details. +* `-encrypt`: Set the Serf encryption key. See the [Encryption Overview](/guides/security/encryption.html) for more details. * `-join=
`: Address of another agent to join upon starting up. This can be specified multiple times to specify multiple agents to join. * `-log-level=`: Equivalent to the [log_level](#log_level) config option. diff --git a/website/source/docs/commands/node/config.html.md.erb b/website/source/docs/commands/node/config.html.md.erb index aeda023a9..f81b88d55 100644 --- a/website/source/docs/commands/node/config.html.md.erb +++ b/website/source/docs/commands/node/config.html.md.erb @@ -30,7 +30,7 @@ description below for specific usage information and requirements. * `-servers`: List the client's known servers. Client nodes do not participate in the gossip pool, and instead register with these servers periodically over the network. The initial value of this list may come from configuration files - using the [`servers`](/docs/agent/configuration/client.html#servers) + using the [`servers`](/docs/configuration/client.html#servers) configuration option in the client block. * `-update-servers`: Updates the client's server list using the provided diff --git a/website/source/docs/commands/node/drain.html.md.erb b/website/source/docs/commands/node/drain.html.md.erb index 1abbc4cfd..e26fb1b5c 100644 --- a/website/source/docs/commands/node/drain.html.md.erb +++ b/website/source/docs/commands/node/drain.html.md.erb @@ -28,7 +28,7 @@ placed on another node about to be drained. The [node status](/docs/commands/node/status.html) command compliments this nicely by providing the current drain status of a given node. -See the [Decommissioning Nodes guide](/guides/node-draining.html) for detailed +See the [Workload Migration guide](/guides/operations/node-draining.html) for detailed examples of node draining. ## Usage diff --git a/website/source/docs/commands/operator.html.md.erb b/website/source/docs/commands/operator.html.md.erb index c96d14e54..4bad91092 100644 --- a/website/source/docs/commands/operator.html.md.erb +++ b/website/source/docs/commands/operator.html.md.erb @@ -14,9 +14,9 @@ as interacting with the Raft subsystem. This was added in Nomad 0.5.5. ~> Use this command with extreme caution, as improper use could lead to a Nomad outage and even loss of data. -See the [Outage Recovery](/guides/outage.html) guide for some examples of how +See the [Outage Recovery](/guides/operations/outage.html) guide for some examples of how this command is used. For an API to perform these operations programmatically, -please see the documentation for the [Operator](/guides/outage.html) +please see the documentation for the [Operator](/api/operator.html) endpoint. ## Usage 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 37a4435f2..ac4e0734f 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/autopilot.html) for more information about Autopilot. +[Autopilot Guide](/guides/operations/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 4980e9688..d935c7278 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/autopilot.html) for more information about Autopilot. +[Autopilot Guide](/guides/operations/autopilot.html) for more information about Autopilot. ## Usage @@ -41,11 +41,11 @@ running Raft protocol version 3 or higher. Must be a duration value such as `10s new servers until it can perform a migration. Must be one of `[true|false]`. * `-redundancy-zone-tag`- (Enterprise-only) Controls the - [`redundancy_zone`](/docs/agent/configuration/server.html#redundancy_zone) + [`redundancy_zone`](/docs/configuration/server.html#redundancy_zone) used for separating servers into different redundancy zones. * `-upgrade-version-tag` - (Enterprise-only) Controls the - [`upgrade_version`](/docs/agent/configuration/server.html#upgrade_version) to + [`upgrade_version`](/docs/configuration/server.html#upgrade_version) to use for version info when performing upgrade migrations. If left blank, the Nomad version will be used. diff --git a/website/source/docs/commands/operator/raft-list-peers.html.md.erb b/website/source/docs/commands/operator/raft-list-peers.html.md.erb index 027a87fab..26bef9254 100644 --- a/website/source/docs/commands/operator/raft-list-peers.html.md.erb +++ b/website/source/docs/commands/operator/raft-list-peers.html.md.erb @@ -11,7 +11,7 @@ description: > The Raft list-peers command is used to display the current Raft peer configuration. -See the [Outage Recovery](/guides/outage.html) guide for some examples of how +See the [Outage Recovery](/guides/operations/outage.html) guide for some examples of how this command is used. For an API to perform these operations programmatically, please see the documentation for the [Operator](/api/operator.html) endpoint. diff --git a/website/source/docs/commands/operator/raft-remove-peer.html.md.erb b/website/source/docs/commands/operator/raft-remove-peer.html.md.erb index 0cf66000e..37e6fbaa9 100644 --- a/website/source/docs/commands/operator/raft-remove-peer.html.md.erb +++ b/website/source/docs/commands/operator/raft-remove-peer.html.md.erb @@ -19,7 +19,7 @@ to clean up by simply running [`nomad server force-leave`](/docs/commands/server/force-leave.html) instead of this command. -See the [Outage Recovery](/guides/outage.html) guide for some examples of how +See the [Outage Recovery](/guides/operations/outage.html) guide for some examples of how this command is used. For an API to perform these operations programmatically, please see the documentation for the [Operator](/api/operator.html) endpoint.