From 90f8bae9382f96533f21aff20b16643ffe3dfa8d Mon Sep 17 00:00:00 2001 From: vrenjith Date: Wed, 29 Mar 2017 00:05:17 +0530 Subject: [PATCH] disk is not a supported entry at task level Removed the reference to `disk` in the `resources` overview statement --- website/source/docs/job-specification/task.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/task.html.md b/website/source/docs/job-specification/task.html.md index f2de3a8a0..92e50e813 100644 --- a/website/source/docs/job-specification/task.html.md +++ b/website/source/docs/job-specification/task.html.md @@ -65,7 +65,7 @@ job "docs" { with user-defined metadata. - `resources` ([Resources][]: ) - Specifies the minimum - resource requirements such as RAM, CPU, disk, and network. + resource requirements such as RAM, CPU, and network. - `service` ([Service][]: nil) - Specifies integrations with [Consul][] for service discovery. Nomad automatically registers when a task