From d8f1e811f72c6819676ad067833bfbd2a4800e27 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Wed, 13 Jan 2021 08:37:04 -0500 Subject: [PATCH] docs: remove remaining references to network_speed config --- website/content/docs/commands/agent.mdx | 4 ---- website/content/docs/configuration/client.mdx | 1 - website/content/docs/configuration/index.mdx | 1 - 3 files changed, 6 deletions(-) diff --git a/website/content/docs/commands/agent.mdx b/website/content/docs/commands/agent.mdx index 8cc44a045..e21c45b03 100644 --- a/website/content/docs/commands/agent.mdx +++ b/website/content/docs/commands/agent.mdx @@ -113,9 +113,6 @@ via CLI arguments. The `agent` command accepts the following arguments: - `-network-interface=`: Equivalent to the Client [network_interface] config option. -- `-network-speed=`: Equivalent to the Client - [network_speed] config option. - - `-node=`: Equivalent to the [name] config option. - `-node-class=`: Equivalent to the Client [node_class] @@ -204,7 +201,6 @@ via CLI arguments. The `agent` command accepts the following arguments: [meta]: /docs/configuration/client#meta [name]: /docs/configuration#name [network_interface]: /docs/configuration/client#network_interface -[network_speed]: /docs/configuration/client#network_speed [node_class]: /docs/configuration/client#node_class [nomad agent]: /docs/install/production/nomad-agent [plugin_dir]: /docs/configuration#plugin_dir diff --git a/website/content/docs/configuration/client.mdx b/website/content/docs/configuration/client.mdx index 5cfda1ddc..b3c336f56 100644 --- a/website/content/docs/configuration/client.mdx +++ b/website/content/docs/configuration/client.mdx @@ -441,7 +441,6 @@ the values below are for illustrative purposes only. ```hcl client { enabled = true - network_speed = 500 node_class = "prod" meta { diff --git a/website/content/docs/configuration/index.mdx b/website/content/docs/configuration/index.mdx index 1ebb96fae..6dacc4b69 100644 --- a/website/content/docs/configuration/index.mdx +++ b/website/content/docs/configuration/index.mdx @@ -60,7 +60,6 @@ server { client { enabled = true - network_speed = 10 } plugin "raw_exec" {