Fix downward api docs to have default limits via node allocatables
not node capacities.pull/1107/head
parent
9666d08af6
commit
ee859e3a3e
|
@ -132,4 +132,4 @@ Some more thorough examples:
|
|||
|
||||
## Default values for container resource limits
|
||||
|
||||
If cpu and memory limits are not specified for a container, the downward API will default to node's cpu and memory capacities.
|
||||
If cpu and memory limits are not specified for a container, the downward API will default to the node allocatable value for cpu and memory.
|
||||
|
|
Loading…
Reference in New Issue