Merge pull request #29280 from ApsOps/patch-1

Automatic merge from submit-queue

Make a link in docs clickable
pull/6/head
k8s-merge-robot 2016-07-20 08:29:28 -07:00 committed by GitHub
commit d600b22e8d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Borg increased utilization by about 20% when it started allowing use of such non
## Requests and Limits
For each resource, containers can specify a resource request and limit, `0 <= request <= [Node Allocatable](../proposals/node-allocatable.md)` & `request <= limit <= Infinity`.
For each resource, containers can specify a resource request and limit, `0 <= request <= `[`Node Allocatable`](../proposals/node-allocatable.md) & `request <= limit <= Infinity`.
If a pod is successfully scheduled, the container is guaranteed the amount of resources requested.
Scheduling is based on `requests` and not `limits`.
The pods and its containers will not be allowed to exceed the specified limit.