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
reviewable/pr1087/r8
devin-donnelly 2016-09-09 15:35:31 -07:00 committed by GitHub
commit 9da1df31db
1 changed files with 1 additions and 1 deletions

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.