From 9b15f8d77be9878646af37fca92a568f53a00b39 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Thu, 23 Mar 2017 18:19:27 +0800 Subject: [PATCH 1/2] Fix a typo Change "state" to "states". rc's replicas may have different states. --- docs/user-guide/horizontal-pod-autoscaling/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/horizontal-pod-autoscaling/index.md b/docs/user-guide/horizontal-pod-autoscaling/index.md index b88e5f520a..d4aa37094a 100644 --- a/docs/user-guide/horizontal-pod-autoscaling/index.md +++ b/docs/user-guide/horizontal-pod-autoscaling/index.md @@ -37,7 +37,7 @@ The autoscaler uses heapster to collect CPU utilization. Therefore, it is required to deploy heapster monitoring in your cluster for autoscaling to work. The autoscaler accesses corresponding replication controller, deployment or replica set by scale sub-resource. -Scale is an interface which allows to dynamically set the number of replicas and to learn the current state of them. +Scale is an interface which allows to dynamically set the number of replicas and to learn the current states of them. More details on scale sub-resource can be found [here](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/horizontal-pod-autoscaler.md#scale-subresource). From 438420ee2102c9ff2b451459acd826556e3d0b18 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Fri, 24 Mar 2017 05:57:05 +0800 Subject: [PATCH 2/2] fix the pr rephrase the expressions. --- docs/user-guide/horizontal-pod-autoscaling/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/horizontal-pod-autoscaling/index.md b/docs/user-guide/horizontal-pod-autoscaling/index.md index d4aa37094a..5ec0a3fa93 100644 --- a/docs/user-guide/horizontal-pod-autoscaling/index.md +++ b/docs/user-guide/horizontal-pod-autoscaling/index.md @@ -37,7 +37,7 @@ The autoscaler uses heapster to collect CPU utilization. Therefore, it is required to deploy heapster monitoring in your cluster for autoscaling to work. The autoscaler accesses corresponding replication controller, deployment or replica set by scale sub-resource. -Scale is an interface which allows to dynamically set the number of replicas and to learn the current states of them. +Scale is an interface that allows you to dynamically set the number of replicas and examine each of their current states. More details on scale sub-resource can be found [here](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/horizontal-pod-autoscaler.md#scale-subresource).