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

gcloud: Wed Oct 16 09:53:34 UTC 2024

This commit is contained in:
Automated 2024-10-16 09:53:35 +00:00
parent 4ffb04ab9e
commit 694f6671d0
151 changed files with 4031 additions and 414 deletions

View file

@ -38,8 +38,11 @@ SYNOPSIS
[--secondary-worker-boot-disk-type=SECONDARY_WORKER_BOOT_DISK_TYPE]
[--secondary-worker-local-ssd-interface=SECONDARY_WORKER_LOCAL_SSD_INTERFACE]
[--secondary-worker-machine-types=type=MACHINE_TYPE[,
type=MACHINE_TYPE...][,rank=RANK]] [--shielded-integrity-monitoring]
[--shielded-secure-boot] [--shielded-vtpm] [--temp-bucket=TEMP_BUCKET]
type=MACHINE_TYPE...][,rank=RANK]]
[--secondary-worker-standard-capacity-base=SECONDARY_WORKER_STANDARD_CAPACITY_BASE]
[--secondary-worker-standard-capacity-percent-above-base=SECONDARY_WORKER_STANDARD_CAPACITY_PERCENT_ABOVE_BASE]
[--shielded-integrity-monitoring] [--shielded-secure-boot]
[--shielded-vtpm] [--temp-bucket=TEMP_BUCKET]
[--worker-accelerator=[type=TYPE,[count=COUNT],...]]
[--worker-boot-disk-size=WORKER_BOOT_DISK_SIZE]
[--worker-boot-disk-type=WORKER_BOOT_DISK_TYPE]
@ -385,6 +388,23 @@ FLAGS
Defaults to server-specified.eg.
--secondary-worker-machine-types="type=e2-standard-8,type=t2d-standard-8,rank=0"
--secondary-worker-standard-capacity-base=SECONDARY_WORKER_STANDARD_CAPACITY_BASE
This flag sets the base number of Standard VMs to use for secondary
workers
(https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms#preemptible_and_non-preemptible_secondary_workers).
Dataproc will create only standard VMs until it reaches this number,
then it will mix Spot and Standard VMs according to
SECONDARY_WORKER_STANDARD_CAPACITY_PERCENT_ABOVE_BASE.
--secondary-worker-standard-capacity-percent-above-base=SECONDARY_WORKER_STANDARD_CAPACITY_PERCENT_ABOVE_BASE
When combining Standard and Spot VMs for secondary-workers
(https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms#preemptible_and_non-preemptible_secondary_workers)
once the number of Standard VMs specified by
SECONDARY_WORKER_STANDARD_CAPACITY_BASE has been used, this flag
specifies the percentage of the total number of additional Standard VMs
secondary workers will use. Spot VMs will be used for the remaining
percentage.
--shielded-integrity-monitoring
Enables monitoring and attestation of the boot integrity of the
cluster's VMs. vTPM (virtual Trusted Platform Module) must also be