mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 17:05:28 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -34,7 +34,9 @@ SYNOPSIS
|
|||
[--tags=TAG,[TAG,...]] [--threads-per-core=THREADS_PER_CORE]
|
||||
[--workload-metadata=WORKLOAD_METADATA]
|
||||
[--create-pod-ipv4-range=[KEY=VALUE,...] | --pod-ipv4-range=NAME]
|
||||
[--enable-autoscaling --max-nodes=MAX_NODES --min-nodes=MIN_NODES]
|
||||
[--enable-autoscaling --location-policy=LOCATION_POLICY
|
||||
--max-nodes=MAX_NODES --min-nodes=MIN_NODES
|
||||
--total-max-nodes=TOTAL_MAX_NODES --total-min-nodes=TOTAL_MIN_NODES]
|
||||
[--ephemeral-storage=[local-ssd-count=LOCAL-SSD-COUNT]
|
||||
| --local-ssd-count=LOCAL_SSD_COUNT
|
||||
| --local-ssd-volumes=[[count=COUNT],
|
||||
|
|
@ -606,6 +608,17 @@ FLAGS
|
|||
Enables autoscaling in the node pool specified by --node-pool or the
|
||||
default node pool if --node-pool is not provided.
|
||||
|
||||
--location-policy=LOCATION_POLICY
|
||||
Location policy specifies the algorithm used when scaling-up the node
|
||||
pool.
|
||||
|
||||
▸ BALANCED - Is a best effort policy that aims to balance the sizes
|
||||
of available zones.
|
||||
▸ ANY - Instructs the cluster autoscaler to prioritize utilization
|
||||
of unused reservations, and reduces preemption risk for Spot VMs.
|
||||
|
||||
LOCATION_POLICY must be one of: BALANCED, ANY.
|
||||
|
||||
--max-nodes=MAX_NODES
|
||||
Maximum number of nodes per zone in the node pool.
|
||||
|
||||
|
|
@ -620,6 +633,20 @@ FLAGS
|
|||
--node-pool (or default node pool if unspecified) can scale. Ignored
|
||||
unless --enable-autoscaling is also specified.
|
||||
|
||||
--total-max-nodes=TOTAL_MAX_NODES
|
||||
Maximum number of all nodes in the node pool.
|
||||
|
||||
Maximum number of all nodes to which the node pool specified by
|
||||
--node-pool (or default node pool if unspecified) can scale. Ignored
|
||||
unless --enable-autoscaling is also specified.
|
||||
|
||||
--total-min-nodes=TOTAL_MIN_NODES
|
||||
Minimum number of all nodes in the node pool.
|
||||
|
||||
Minimum number of all nodes to which the node pool specified by
|
||||
--node-pool (or default node pool if unspecified) can scale. Ignored
|
||||
unless --enable-autoscaling is also specified.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--ephemeral-storage=[local-ssd-count=LOCAL-SSD-COUNT]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue