* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  fix the pr
  Fix a typo
reviewable/pr2984/r1
Andrew Chen 2017-03-23 22:32:47 -07:00
commit ddc206709f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ cluster and running in the kube-system namespace.
See [Support for custom metrics](#prerequisites) for more details on REST client access.
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 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).