summaryrefslogtreecommitdiff
path: root/contributors/design-proposals/node/node-allocatable.md
diff options
context:
space:
mode:
authorhuzhengchuan <zhengchuan.hu@easystack.cn>2017-10-06 20:51:30 +0800
committerGitHub <noreply@github.com>2017-10-06 20:51:30 +0800
commit43d291131bc9bd0f05761a5a65c3e790e9a39b7e (patch)
treed87813577ce07efd47d5a6c169bd5f0f8da403c5 /contributors/design-proposals/node/node-allocatable.md
parentff82a64245cc88cd1b8828b8e7cd001008770415 (diff)
Fix typos
Diffstat (limited to 'contributors/design-proposals/node/node-allocatable.md')
-rw-r--r--contributors/design-proposals/node/node-allocatable.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/node/node-allocatable.md b/contributors/design-proposals/node/node-allocatable.md
index 09efa7a9..e4d3061a 100644
--- a/contributors/design-proposals/node/node-allocatable.md
+++ b/contributors/design-proposals/node/node-allocatable.md
@@ -295,7 +295,7 @@ The former disables Node Allocatable enforcement on all pods and the latter avoi
This rollout in v1.6 might cause the following symptoms:
1. If `--kube-reserved` and/or `--system-reserved` flags are also specified, OOM kills of containers and/or evictions of pods. This can happen primarily to `Burstable` and `BestEffort` pods since they can no longer use up all the resource available on the node.
-1. Total allocatable capadity in the cluster reduces resulting in pods staying `Pending` because Hard Eviction Thresholds are included in Node Allocatable.
+1. Total allocatable capacity in the cluster reduces resulting in pods staying `Pending` because Hard Eviction Thresholds are included in Node Allocatable.
##### Proposed Timeline