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.