Merge pull request #27668 from vshn/improve-init-containers
Improve resource section of init containers
This commit is contained in:
@@ -291,7 +291,8 @@ Given the ordering and execution for init containers, the following rules
|
|||||||
for resource usage apply:
|
for resource usage apply:
|
||||||
|
|
||||||
* The highest of any particular resource request or limit defined on all init
|
* 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 Pod's *effective request/limit* for a resource is the higher of:
|
||||||
* the sum of all app containers request/limit for a resource
|
* the sum of all app containers request/limit for a resource
|
||||||
* the effective init request/limit for a resource
|
* the effective init request/limit for a resource
|
||||||
|
|||||||
Reference in New Issue
Block a user