From d3d96550d6e5d31e1028abc38ca4a38c40f01f1b Mon Sep 17 00:00:00 2001 From: Howie Benefiel Date: Tue, 25 Jul 2017 14:52:01 -0500 Subject: [PATCH] Change big to large to avoid awkward verbiage (#4384) In canonical American English, "large" is generally used to describe the size of a number. This is purely a style change, but "large number of" is less awkward sounding than "big number of". --- docs/concepts/architecture/nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/architecture/nodes.md b/docs/concepts/architecture/nodes.md index 9cd54bfeac..7afc36a1ee 100644 --- a/docs/concepts/architecture/nodes.md +++ b/docs/concepts/architecture/nodes.md @@ -141,7 +141,7 @@ ConditionUnknown and 5m after that to start evicting pods.) The node controller checks the state of each node every `--node-monitor-period` seconds. In Kubernetes 1.4, we updated the logic of the node controller to better handle -cases when a big number of nodes have problems with reaching the master +cases when a large number of nodes have problems with reaching the master (e.g. because the master has networking problem). Starting with 1.4, the node controller will look at the state of all nodes in the cluster when making a decision about pod eviction.