1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -56,7 +56,8 @@ SYNOPSIS
[--image=IMAGE | --image-version=VERSION]
[--kerberos-config-file=KERBEROS_CONFIG_FILE | --enable-kerberos
--kerberos-root-principal-password-uri=KERBEROS_ROOT_PRINCIPAL_PASSWORD_URI [--kerberos-kms-key=KERBEROS_KMS_KEY : --kerberos-kms-key-keyring=KERBEROS_KMS_KEY_KEYRING --kerberos-kms-key-location=KERBEROS_KMS_KEY_LOCATION --kerberos-kms-key-project=KERBEROS_KMS_KEY_PROJECT]]
[--single-node | --num-secondary-workers=NUM_SECONDARY_WORKERS
[--single-node | --min-num-workers=MIN_NUM_WORKERS
--num-secondary-workers=NUM_SECONDARY_WORKERS
--num-workers=NUM_WORKERS
--secondary-worker-type=TYPE; default="preemptible"]
[GCLOUD_WIDE_FLAG ...]
@ -755,6 +756,10 @@ FLAGS
Multi-node cluster flags
--min-num-workers=MIN_NUM_WORKERS
The minimum number of workers nodes to provision for cluster create
operations to succeed.
--num-secondary-workers=NUM_SECONDARY_WORKERS
The number of secondary worker nodes in the cluster.