minor spelling update

using mispellings https://pypi.python.org/pypi/misspellings
This commit is contained in:
Chmouel Boudjnah
2016-09-19 13:48:04 +02:00
parent f2465eec29
commit d322b78c53
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ no node that has enough free capacity (or doesn't match other pod requirements)
to wait until some pods are terminated or a new node is added.
Cluster autoscaler looks for the pods that cannot be scheduled and checks if adding a new node, similar
to the other in the cluster, would help. If yes, then it resizes the cluster to accomodate the waiting pods.
to the other in the cluster, would help. If yes, then it resizes the cluster to accommodate the waiting pods.
Cluster autoscaler also scales down the cluster if it notices that some node is not needed anymore for
an extended period of time (10min but it may change in the future).