diff options
| -rw-r--r-- | contributors/design-proposals/node/pod-resource-management.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/node/pod-resource-management.md b/contributors/design-proposals/node/pod-resource-management.md index a7d517f3..cc1c43a9 100644 --- a/contributors/design-proposals/node/pod-resource-management.md +++ b/contributors/design-proposals/node/pod-resource-management.md @@ -16,7 +16,7 @@ to Kubernetes. It outlines the implementation and associated rollout plan. ## Introduction Kubernetes supports container level isolation by allowing users -to specify [compute resource requirements](resources.md) via requests and +to specify [compute resource requirements](/contributors/design-proposals/scheduling/resources.md) via requests and limits on individual containers. The `kubelet` delegates creation of a cgroup sandbox for each container to its associated container runtime. |
