Improve resource section of init containers

This commit is contained in:
Tobias Nehrlich 2021-04-22 12:39:03 +02:00
parent 975099e8db
commit 3501c3b9c4
No known key found for this signature in database
GPG Key ID: D8FACA0012B01615
1 changed files with 2 additions and 1 deletions

View File

@ -291,7 +291,8 @@ Given the ordering and execution for init containers, the following rules
for resource usage apply:
* The highest of any particular resource request or limit defined on all init
containers is the *effective init request/limit*
containers is the *effective init request/limit*. If any resource has no
resource limit specified this is considered as the highest limit.
* The Pod's *effective request/limit* for a resource is the higher of:
* the sum of all app containers request/limit for a resource
* the effective init request/limit for a resource