From bc9c4c1f0efa57cd536b9eb6754e618ed5d2cbb4 Mon Sep 17 00:00:00 2001 From: Vishnu Kannan Date: Fri, 10 Feb 2017 17:13:52 -0800 Subject: fix nits Signed-off-by: Vishnu Kannan --- contributors/design-proposals/node-allocatable.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors/design-proposals/node-allocatable.md b/contributors/design-proposals/node-allocatable.md index 803d8d2f..4203afd3 100644 --- a/contributors/design-proposals/node-allocatable.md +++ b/contributors/design-proposals/node-allocatable.md @@ -88,7 +88,8 @@ together in the `/system` raw container on non-systemd nodes). To improve the reliability of nodes, kubelet evicts pods whenever the node runs out of memory or local storage. Together, evictions and node allocatable help improve node stability. -As of v1.5, evictions are based on `Capacity` (overall node usage). Kubelet evicts pods based on QoS and user configured eviction thresholds. +As of v1.5, evictions are based on overall node usage relative to `Capacity`. +Kubelet evicts pods based on QoS and user configured eviction thresholds. More deails in [this doc](./kubelet-eviction.md#enforce-node-allocatable) From v1.6, if `Allocatable` is enforced by default across all pods on a node using cgroups, pods cannot to exceed `Allocatable`. -- cgit v1.2.3