1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +00:00

gcloud: Fri Jun 2 10:25:45 UTC 2023

This commit is contained in:
Automated 2023-06-02 10:25:45 +00:00
parent d0919dce4f
commit daa9cea776
199 changed files with 7828 additions and 401 deletions

View file

@ -46,12 +46,18 @@ FLAGS
This flag allows you to atomically setup complex autoscalers.
--cool-down-period=COOL_DOWN_PERIOD
The time period that the autoscaler should wait before it starts
collecting information from a new instance. This prevents the
autoscaler from collecting information when the instance is
initializing, during which the collected usage would not be reliable.
The default is 60s. See $ gcloud topic datetimes for information on
duration formats.
The number of seconds that your application takes to initialize on a VM
instance. This is referred to as the initialization period
(https://cloud.google.com/compute/docs/autoscaler#cool_down_period).
Specifying an accurate initialization period improves autoscaler
decisions. For example, when scaling out, the autoscaler ignores data
from VMs that are still initializing because those VMs might not yet
represent normal usage of your application. The default initialization
period is 60 seconds. See $ gcloud topic datetimes for information on
duration formats. Initialization periods might vary because of numerous
factors. We recommend that you test how long your application may take
to initialize. To do this, create a VM and time your application's
startup process.
--cpu-utilization-predictive-method=CPU_UTILIZATION_PREDICTIVE_METHOD
Indicates whether to use a predictive algorithm when scaling based on