[autoscaler] Add documentation for multi node type autoscaling (#10405)

This commit is contained in:
Eric Liang
2020-08-28 19:57:21 -07:00
committed by GitHub
parent 2a204260a8
commit f6a1698bab
6 changed files with 176 additions and 53 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ docker:
# usage. For example, if a cluster of 10 nodes is 100% busy and
# target_utilization is 0.8, it would resize the cluster to 13. This fraction
# can be decreased to increase the aggressiveness of upscaling.
# This value must be less than 1.0 for scaling to happen.
# This max value allowed is 1.0, which is the most conservative setting.
target_utilization_fraction: 0.8
# If a node is idle for this many minutes, it will be removed.