mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 16:21:13 +00:00
Make a link in docs clickable
- Github flavored markdown doesn't support links inside codeblocks
This commit is contained in:
parent
ecebdb5707
commit
303b6287ff
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user