Skip to content

Commit 728b13d

Browse files
authored
Merge pull request #27668 from vshn/improve-init-containers
Improve resource section of init containers
2 parents bfaca72 + 3501c3b commit 728b13d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/concepts/workloads/pods/init-containers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ Given the ordering and execution for init containers, the following rules
291291
for resource usage apply:
292292

293293
* The highest of any particular resource request or limit defined on all init
294-
containers is the *effective init request/limit*
294+
containers is the *effective init request/limit*. If any resource has no
295+
resource limit specified this is considered as the highest limit.
295296
* The Pod's *effective request/limit* for a resource is the higher of:
296297
* the sum of all app containers request/limit for a resource
297298
* the effective init request/limit for a resource

0 commit comments

Comments
 (0)