Merge pull request #1107 from aveshagarwal/release-1.4-dapi-issue

Fix downward api docs to have default limits via node allocatables not node capacities
This commit is contained in:
devin-donnelly
2016-09-09 15:35:31 -07:00
committed by GitHub
+1 -1
View File
@@ -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.