Merge pull request #192 from xiangpengzhao/fix-node-allocatable-md

Fix incorrect link
This commit is contained in:
Brian Grant 2017-01-18 14:01:18 -08:00 committed by GitHub
commit 00bf12221f
1 changed files with 1 additions and 1 deletions

View File

@ -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).