summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmanpreet Singh <aps.sids@gmail.com>2016-07-20 18:21:56 +0530
committerGitHub <noreply@github.com>2016-07-20 18:21:56 +0530
commite3f337040ccad3e5033d2edbf32b46d0fa53aac9 (patch)
tree984725449a8c6676765c6cb2ff69bd73315d96cc
parentfa027eea67872811a0715c7c9c9db31b3b55ad62 (diff)
Make a link in docs clickable
- Github flavored markdown doesn't support links inside codeblocks
-rw-r--r--resource-qos.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/resource-qos.md b/resource-qos.md
index 24b966fd..48b41b48 100644
--- a/resource-qos.md
+++ b/resource-qos.md
@@ -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.