From ae9d09972c5e55d2392c92fd32f03dc16bd32966 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Thu, 17 Sep 2020 08:11:13 -0500 Subject: [PATCH] Merge pull request #8911 from hashicorp/f-task_network_warning-smaller Smaller 0.12 mbit deprecation PR --- website/pages/docs/job-specification/network.mdx | 2 +- website/pages/docs/upgrade/upgrade-specific.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/job-specification/network.mdx b/website/pages/docs/job-specification/network.mdx index e8238085ca00..fe3a2c5edf25 100644 --- a/website/pages/docs/job-specification/network.mdx +++ b/website/pages/docs/job-specification/network.mdx @@ -46,7 +46,7 @@ job "docs" { ## `network` Parameters -- `mbits` ([_deprecated_](/docs/upgrade/upgrade-specific#nomad-0-12-0) int: 10) - Specifies the bandwidth required in MBits. +- `mbits` ([*deprecated*](/docs/upgrade/upgrade-specific#nomad-0-12-0) int: 10) - Specifies the bandwidth required in MBits. - `port` ([Port](#port-parameters): nil) - Specifies a TCP/UDP port allocation and can be used to specify both dynamic ports and reserved ports. diff --git a/website/pages/docs/upgrade/upgrade-specific.mdx b/website/pages/docs/upgrade/upgrade-specific.mdx index c1e094685afb..2a3c63377e83 100644 --- a/website/pages/docs/upgrade/upgrade-specific.mdx +++ b/website/pages/docs/upgrade/upgrade-specific.mdx @@ -119,7 +119,7 @@ v0.12.7. To work around the bug, use a relative path. ### `mbits` and Task Network Resource deprecation Starting in Nomad 0.12.0 the `mbits` field of the network resource block has -been deprecated. This is in part because we felt that `mbits` didn't +been deprecated. This is in part because we felt that `mbits` didn't accurately account network bandwidth as a resource. Additionally the use of the `network` block inside of a task's `resource` block is