From 77d4ae6dbc5b285ab93351e34e2f816caf69d5ec Mon Sep 17 00:00:00 2001 From: xiangpengzhao Date: Mon, 19 Dec 2016 04:19:17 -0500 Subject: [PATCH] Fix incorrect link --- contributors/design-proposals/node-allocatable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/node-allocatable.md b/contributors/design-proposals/node-allocatable.md index ac9f46c40..12f244eb3 100644 --- a/contributors/design-proposals/node-allocatable.md +++ b/contributors/design-proposals/node-allocatable.md @@ -99,7 +99,7 @@ behavior is equivalent to the 1.1 behavior with scheduling based on Capacity. #### System-Reserved In the initial implementation, `SystemReserved` will be functionally equivalent to -[`KubeReserved`](#system-reserved), but with a different semantic meaning. While KubeReserved +[`KubeReserved`](#kube-reserved), but with a different semantic meaning. While KubeReserved designates resources set aside for kubernetes components, SystemReserved designates resources set aside for non-kubernetes components (currently this is reported as all the processes lumped together in the `/system` raw container).