From 3c4496a82724fb81119d473b5fb94fd93aa37bd1 Mon Sep 17 00:00:00 2001 From: xuhuilong Date: Tue, 7 Nov 2017 17:13:44 +0800 Subject: fix typos --- contributors/design-proposals/node/node-allocatable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributors/design-proposals/node/node-allocatable.md') diff --git a/contributors/design-proposals/node/node-allocatable.md b/contributors/design-proposals/node/node-allocatable.md index e4d3061a..a2d44f74 100644 --- a/contributors/design-proposals/node/node-allocatable.md +++ b/contributors/design-proposals/node/node-allocatable.md @@ -90,7 +90,7 @@ Together, evictions and node allocatable help improve node stability. 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) +More details 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 exceed `Allocatable`. Memory and CPU limits are enforced using cgroups, but there exists no easy means to enforce storage limits though. -- cgit v1.2.3