From 0d19a29ef622e86b704f148923469488737371a6 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Sun, 19 Mar 2017 19:10:04 +0800 Subject: [PATCH] update out-of-resource.md change "thresholds" to "threshold" --- docs/concepts/cluster-administration/out-of-resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/cluster-administration/out-of-resource.md b/docs/concepts/cluster-administration/out-of-resource.md index 76e7125e7e..27a84464f3 100644 --- a/docs/concepts/cluster-administration/out-of-resource.md +++ b/docs/concepts/cluster-administration/out-of-resource.md @@ -106,7 +106,7 @@ To configure hard eviction thresholds, the following flag is supported: * `eviction-hard` describes a set of eviction thresholds (e.g. `memory.available<1Gi`) that if met would trigger a pod eviction. -The `kubelet` has the following default hard eviction thresholds: +The `kubelet` has the following default hard eviction threshold: * `--eviction-hard=memory.available<100Mi`