From ee859e3a3e2a940575dd5d2e2fae5c7f98a2a99a Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Fri, 26 Aug 2016 13:00:12 -0400 Subject: [PATCH] Fix downward api docs to have default limits via node allocatables not node capacities. --- docs/user-guide/downward-api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/downward-api/index.md b/docs/user-guide/downward-api/index.md index 85221fab84..5a957b4323 100644 --- a/docs/user-guide/downward-api/index.md +++ b/docs/user-guide/downward-api/index.md @@ -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.