Fix broken links

Signed-off-by: Ziqi Zhao <zhaoziqi@qiniu.com>
This commit is contained in:
Ziqi Zhao 2017-11-28 21:21:51 +08:00
parent f47c623361
commit a63d08fb65
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ to Kubernetes. It outlines the implementation and associated rollout plan.
## Introduction ## Introduction
Kubernetes supports container level isolation by allowing users 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 limits on individual containers. The `kubelet` delegates creation of a
cgroup sandbox for each container to its associated container runtime. cgroup sandbox for each container to its associated container runtime.