From d48707c344b1217a33aceade7fb4704c87c54329 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 3 Oct 2017 06:44:45 +0800 Subject: [PATCH] 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 --- docs/tasks/administer-cluster/cluster-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/cluster-management.md b/docs/tasks/administer-cluster/cluster-management.md index 6bea6cde12..a1d8037c85 100644 --- a/docs/tasks/administer-cluster/cluster-management.md +++ b/docs/tasks/administer-cluster/cluster-management.md @@ -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).