1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Wed Oct 11 10:37:28 UTC 2023

This commit is contained in:
Automated 2023-10-11 10:37:28 +00:00
parent 9641ff6585
commit c30bb7b4ce
137 changed files with 3139 additions and 267 deletions

View file

@ -1376,7 +1376,7 @@ FLAGS
argument should be used in conjunction with
--enable-autoprovisioning-blue-green-upgrade to take effect.
Batch sizes are specfied by one of, batch-node-count or
Batch sizes are specified by one of, batch-node-count or
batch-percent. The duration between batches is specified by
batch-soak-duration.
@ -1612,8 +1612,11 @@ FLAGS
--ephemeral-storage-local-ssd count=2
'count' specifies the number of local SSDs to use to back ephemeral
storage. Local SDDs use NVMe interfaces and each is 375 GB in size.
Setting 'count=0' disables using local SSDs as ephemeral storage.
storage. Local SDDs use NVMe interfaces. For first- and
second-generation machine types, a nonzero count field is required
for local ssd to be configured. For third-generation machine types,
the count field is optional because the count is inferred from the
machine type.
See https://cloud.google.com/compute/docs/disks/local-ssd for more
information.
@ -1632,11 +1635,13 @@ FLAGS
New nodes, including ones created by resize or recreate, will have
these local SSDs.
Local SSDs have a fixed 375 GB capacity per device. The number of
disks that can be attached to an instance is limited by the maximum
number of disks available on a machine, which differs by compute
zone. See https://cloud.google.com/compute/docs/disks/local-ssd for
more information.
For first- and second-generation machine types, a nonzero count field
is required for local ssd to be configured. For third-generation
machine types, the count field is optional because the count is
inferred from the machine type.
See https://cloud.google.com/compute/docs/disks/local-ssd for more
information.
--local-ssd-count=LOCAL_SSD_COUNT
The number of local SSD disks to provision on each node, formatted