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".
This commit is contained in:
Howie Benefiel
2017-07-25 14:52:01 -05:00
committed by Steve Perry
parent ba0172468d
commit d3d96550d6
+1 -1
View File
@@ -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.