Skip to content

Commit f54d8ad

Browse files
authored
Merge pull request #81964 from mramendi/RHDEVDOCS-6173
RHDEVDOCS 6173 remove incorrect statement about task resource consumption
2 parents b53ff05 + f2749fa commit f54d8ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/op-understanding-pipelines-resource-consumption.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
Each task consists of a number of required steps to be executed in a particular order defined in the `steps` field of the `Task` resource. Every task runs as a pod, and each step runs as a container within that pod.
99

10-
Steps are executed one at a time. The pod that executes the task only requests enough resources to run a single container image (step) in the task at a time, and thus does not store resources for all the steps in the task.
11-
1210
The `Resources` field in the `steps` spec specifies the limits for resource consumption.
1311
By default, the resource requests for the CPU, memory, and ephemeral storage are set to `BestEffort` (zero) values or to the minimums set through limit ranges in that project.
1412

0 commit comments

Comments
 (0)