From 307b31af004f058cc122c3ca757863d39546f2e4 Mon Sep 17 00:00:00 2001 From: Anirudh Date: Wed, 17 Aug 2016 01:03:59 -0700 Subject: [PATCH] Fix #28688 --- docs/user-guide/compute-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/compute-resources.md b/docs/user-guide/compute-resources.md index 5f89485e6c..da6b299ea2 100644 --- a/docs/user-guide/compute-resources.md +++ b/docs/user-guide/compute-resources.md @@ -13,7 +13,7 @@ container needs. When containers have their resource requests specified, the sc able to make better decisions about which nodes to place pods on; and when containers have their limits specified, contention for resources on a node can be handled in a specified manner. For more details about the difference between requests and limits, please refer to -[Resource QoS](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/proposals/resource-qos.md). +[Resource QoS](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/resource-qos.md). *CPU* and *memory* are each a *resource type*. A resource type has a base unit. CPU is specified in units of cores. Memory is specified in units of bytes.