summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishnu Kannan <vishnuk@google.com>2017-02-10 17:13:52 -0800
committerVishnu Kannan <vishnuk@google.com>2017-02-10 17:13:52 -0800
commitbc9c4c1f0efa57cd536b9eb6754e618ed5d2cbb4 (patch)
treeb10a5818d549463627b763ce0bb9cff00b81a90a
parent37b5373b0ac38b70d4563e0bc9ae92093f55f81b (diff)
fix nits
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
-rw-r--r--contributors/design-proposals/node-allocatable.md3
1 files changed, 2 insertions, 1 deletions
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`.