From 8fea652957cffa38ab415682e0cd943bf4ffeae9 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Mon, 23 Oct 2017 11:23:32 +0800 Subject: [PATCH] Update hpa.md --- docs/tasks/administer-federation/hpa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/administer-federation/hpa.md b/docs/tasks/administer-federation/hpa.md index 4a80e2c341..ee5f14f7c1 100644 --- a/docs/tasks/administer-federation/hpa.md +++ b/docs/tasks/administer-federation/hpa.md @@ -161,8 +161,8 @@ and averaged current CPU utilization still higher than the target CPU utilizatio are fields on local HPA object), then the target app in this cluster needs more replicas, and the scaling is currently restricted by max replicas set on this local HPA object. In such a scenario, the federated HPA controller scans all clusters and tries to -find clusters which do not have such a condition (meaning the the desired replicas are less -than the max, and current averaged cpu utilization is lower then the threshold). If it finds such +find clusters which do not have such a condition (meaning the desired replicas are less +than the max, and current averaged CPU utilization is lower then the threshold). If it finds such a cluster, it reduces the max replica on the HPA in this cluster and increases the max replicas on the HPA in the cluster which needed the replicas.