1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Nov 9 11:45:52 UTC 2023

This commit is contained in:
Automated 2023-11-09 11:45:52 +00:00
parent f2c5d1d45f
commit 03f0979970
300 changed files with 8569 additions and 1319 deletions

View file

@ -16,7 +16,9 @@ SYNOPSIS
[--master-boot-disk-type=MASTER_BOOT_DISK_TYPE]
[--master-local-ssd-interface=MASTER_LOCAL_SSD_INTERFACE]
[--master-machine-type=MASTER_MACHINE_TYPE]
[--master-min-cpu-platform=PLATFORM] [--node-group=NODE_GROUP]
[--master-min-cpu-platform=PLATFORM]
[--min-secondary-worker-fraction=MIN_SECONDARY_WORKER_FRACTION]
[--node-group=NODE_GROUP]
[--num-master-local-ssds=NUM_MASTER_LOCAL_SSDS]
[--num-masters=NUM_MASTERS]
[--num-secondary-worker-local-ssds=NUM_SECONDARY_WORKER_LOCAL_SSDS]
@ -204,6 +206,13 @@ FLAGS
which contains the list of available CPU platforms in the zone (see
Availability of CPU platforms for more information).
--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