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`