Remove 'disk space' from docs
This commit is contained in:
parent
c24e87c443
commit
0078af8b08
|
@ -254,9 +254,9 @@ job "example" {
|
|||
# }
|
||||
|
||||
# The "resources" stanza describes the requirements a task needs to
|
||||
# execute. Resource requirements include memory, disk space, network,
|
||||
# cpu, and more. This ensures the task will execute on a machine that
|
||||
# contains enough resource capacity.
|
||||
# execute. Resource requirements include memory, network, cpu, and more.
|
||||
# This ensures the task will execute on a machine that contains enough
|
||||
# resource capacity.
|
||||
#
|
||||
# For more information and examples on the "resources" stanza, please see
|
||||
# the online documentation at:
|
||||
|
|
|
@ -4,7 +4,7 @@ page_title: "resources Stanza - Job Specification"
|
|||
sidebar_current: "docs-job-specification-resources"
|
||||
description: |-
|
||||
The "resources" stanza describes the requirements a task needs to execute.
|
||||
Resource requirements include memory, disk space, network, cpu, and more.
|
||||
Resource requirements include memory, network, cpu, and more.
|
||||
---
|
||||
|
||||
# `resources` Stanza
|
||||
|
@ -19,7 +19,7 @@ description: |-
|
|||
</table>
|
||||
|
||||
The `resources` stanza describes the requirements a task needs to execute.
|
||||
Resource requirements include memory, disk space, network, cpu, and more.
|
||||
Resource requirements include memory, network, cpu, and more.
|
||||
|
||||
```hcl
|
||||
job "docs" {
|
||||
|
|
Loading…
Reference in New Issue