mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -24,6 +24,7 @@ SYNOPSIS
|
|||
[--master-local-ssd-interface=MASTER_LOCAL_SSD_INTERFACE]
|
||||
[--master-machine-type=MASTER_MACHINE_TYPE]
|
||||
[--master-min-cpu-platform=PLATFORM] [--max-idle=MAX_IDLE]
|
||||
[--min-secondary-worker-fraction=MIN_SECONDARY_WORKER_FRACTION]
|
||||
[--node-group=NODE_GROUP]
|
||||
[--num-driver-pool-local-ssds=NUM_DRIVER_POOL_LOCAL_SSDS]
|
||||
[--num-master-local-ssds=NUM_MASTER_LOCAL_SSDS]
|
||||
|
|
@ -281,6 +282,13 @@ FLAGS
|
|||
such as "2h" or "1d". See $ gcloud topic datetimes for information on
|
||||
duration formats.
|
||||
|
||||
--min-secondary-worker-fraction=MIN_SECONDARY_WORKER_FRACTION
|
||||
Minimum fraction of secondary worker nodes required to create the
|
||||
cluster. If it is not met, cluster creation will fail. Must be a
|
||||
decimal value between 0 and 1. The number of required secondary workers
|
||||
is calculated by ceil(min-secondary-worker-fraction *
|
||||
num_secondary_workers). Defaults to 0.0001.
|
||||
|
||||
--node-group=NODE_GROUP
|
||||
The name of the sole-tenant node group to create the cluster on. Can be
|
||||
a short name ("node-group-name") or in the format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue