commit
32161536bb
|
@ -44,7 +44,7 @@ or the custom metrics API (for all other metrics).
|
||||||
|
|
||||||
Please note that if some of the pod's containers do not have the relevant resource request set,
|
Please note that if some of the pod's containers do not have the relevant resource request set,
|
||||||
CPU utilization for the pod will not be defined and the autoscaler will not take any action
|
CPU utilization for the pod will not be defined and the autoscaler will not take any action
|
||||||
for that metric. See the [autoscaling algorithm design document](https://git.k8s.io/community/contributors/design-proposals/horizontal-pod-autoscaler.md#autoscaling-algorithm) for further
|
for that metric. See the [autoscaling algorithm design document](https://git.k8s.io/community/contributors/design-proposals/autoscaling/horizontal-pod-autoscaler.md#autoscaling-algorithm) for further
|
||||||
details about how the autoscaling algorithm works.
|
details about how the autoscaling algorithm works.
|
||||||
|
|
||||||
* For per-pod custom metrics, the controller functions similarly to per-pod resource metrics,
|
* For per-pod custom metrics, the controller functions similarly to per-pod resource metrics,
|
||||||
|
@ -64,7 +64,7 @@ See [Support for custom metrics](#support-for-custom-metrics) for more details o
|
||||||
|
|
||||||
The autoscaler accesses corresponding replication controller, deployment or replica set by scale sub-resource.
|
The autoscaler accesses corresponding replication controller, deployment or replica set by scale sub-resource.
|
||||||
Scale is an interface that allows you to dynamically set the number of replicas and examine each of their current states.
|
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://git.k8s.io/community/contributors/design-proposals/horizontal-pod-autoscaler.md#scale-subresource).
|
More details on scale sub-resource can be found [here](https://git.k8s.io/community/contributors/design-proposals/autoscaling/horizontal-pod-autoscaler.md#scale-subresource).
|
||||||
|
|
||||||
|
|
||||||
## API Object
|
## API Object
|
||||||
|
@ -78,7 +78,7 @@ can be found in `autoscaling/v2alpha1`. The new fields introduced in `autoscalin
|
||||||
are preserved as annotations when working with `autoscaling/v1`.
|
are preserved as annotations when working with `autoscaling/v1`.
|
||||||
|
|
||||||
More details about the API object can be found at
|
More details about the API object can be found at
|
||||||
[HorizontalPodAutoscaler Object](https://git.k8s.io/community/contributors/design-proposals/horizontal-pod-autoscaler.md#horizontalpodautoscaler-object).
|
[HorizontalPodAutoscaler Object](https://git.k8s.io/community/contributors/design-proposals/autoscaling/horizontal-pod-autoscaler.md#horizontalpodautoscaler-object).
|
||||||
|
|
||||||
## Support for Horizontal Pod Autoscaler in kubectl
|
## Support for Horizontal Pod Autoscaler in kubectl
|
||||||
|
|
||||||
|
@ -149,6 +149,6 @@ custom metrics API with the API aggregation layer. Both of these API servers mus
|
||||||
|
|
||||||
## Further reading
|
## Further reading
|
||||||
|
|
||||||
* Design documentation: [Horizontal Pod Autoscaling](https://git.k8s.io/community/contributors/design-proposals/horizontal-pod-autoscaler.md).
|
* Design documentation: [Horizontal Pod Autoscaling](https://git.k8s.io/community/contributors/design-proposals/autoscaling/horizontal-pod-autoscaler.md).
|
||||||
* kubectl autoscale command: [kubectl autoscale](/docs/user-guide/kubectl/v1.6/#autoscale).
|
* kubectl autoscale command: [kubectl autoscale](/docs/user-guide/kubectl/v1.6/#autoscale).
|
||||||
* Usage example of [Horizontal Pod Autoscaler](/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/).
|
* Usage example of [Horizontal Pod Autoscaler](/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/).
|
||||||
|
|
Loading…
Reference in New Issue