docs: remove remaining references to network_speed config

This commit is contained in:
Tim Gross
2021-01-13 08:37:04 -05:00
parent 1d2ac5bbb9
commit d8f1e811f7
3 changed files with 0 additions and 6 deletions

View File

@@ -113,9 +113,6 @@ via CLI arguments. The `agent` command accepts the following arguments:
- `-network-interface=<interface>`: Equivalent to the Client
[network_interface] config option.
- `-network-speed=<MBits>`: Equivalent to the Client
[network_speed] config option.
- `-node=<name>`: Equivalent to the [name] config option.
- `-node-class=<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

View File

@@ -441,7 +441,6 @@ the values below are for illustrative purposes only.
```hcl
client {
enabled = true
network_speed = 500
node_class = "prod"
meta {

View File

@@ -60,7 +60,6 @@ server {
client {
enabled = true
network_speed = 10
}
plugin "raw_exec" {