From 28cf97b4123adf10e852707341a89d83c8052901 Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Fri, 2 Mar 2018 14:31:48 +0800 Subject: [PATCH] fix description about out of resource handling s/threshhold/threshold --- docs/tasks/administer-cluster/out-of-resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/out-of-resource.md b/docs/tasks/administer-cluster/out-of-resource.md index f43791fdbec53..450bb72627a6e 100644 --- a/docs/tasks/administer-cluster/out-of-resource.md +++ b/docs/tasks/administer-cluster/out-of-resource.md @@ -80,7 +80,7 @@ where: * `eviction-signal` is an eviction signal token as defined in the previous table. * `operator` is the desired relational operator, such as `<` (less than). -* `quantity` is the eviction threshhold quantity, such as `1Gi`. These tokens must +* `quantity` is the eviction threshold quantity, such as `1Gi`. These tokens must match the quantity representation used by Kubernetes. An eviction threshold can also be expressed as a percentage using the `%` token.