Update cluster-management.md (#4980)

* Update cluster-management.md

modify "some node is not needed" to "some nodes are not needed"

* Update cluster-management.md
pull/5123/merge
Anthony 2017-10-03 06:44:45 +08:00 committed by Zach Corleissen
parent 920845ccf1
commit d48707c344
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ 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 accommodate the waiting pods.
Cluster autoscaler also scales down the cluster if it notices that some node is not needed anymore for
Cluster autoscaler also scales down the cluster if it notices that one or more nodes are not needed anymore for
an extended period of time (10min but it may change in the future).
Cluster autoscaler is configured per instance group (GCE) or node pool (GKE).