Proposal for horizontal pod autoscaler updated and moved to design.

Proposal for horizontal pod autoscaler updated and moved to design. Related to #15652.
This commit is contained in:
Jerzy Szczepkowski
2015-10-16 12:04:43 +02:00
parent 0884214fe0
commit c43819d8ba
4 changed files with 281 additions and 281 deletions

View File

@@ -120,7 +120,7 @@ controlled by the php-apache replication controller you created in the first ste
Roughly speaking, the horizontal autoscaler will increase and decrease the number of replicas
(via the replication controller) so as to maintain an average CPU utilization across all Pods of 50%
(since each pod requests 200 milli-cores in [rc-php-apache.yaml](rc-php-apache.yaml), this means average CPU utilization of 100 milli-cores).
See [here](../../../docs/proposals/horizontal-pod-autoscaler.md#autoscaling-algorithm) for more details on the algorithm.
See [here](../../../docs/design/horizontal-pod-autoscaler.md#autoscaling-algorithm) for more details on the algorithm.
We will create the autoscaler by executing the following command: