mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Oct 11 10:37:28 UTC 2023
This commit is contained in:
parent
9641ff6585
commit
c30bb7b4ce
137 changed files with 3139 additions and 267 deletions
|
|
@ -852,9 +852,11 @@ FLAGS
|
|||
--cluster=example cluster --ephemeral-storage local-ssd-count=2
|
||||
|
||||
'local-ssd-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 'local-ssd-count=0' disables using local SSDs as
|
||||
ephemeral storage.
|
||||
ephemeral 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.
|
||||
|
|
@ -869,8 +871,11 @@ FLAGS
|
|||
--cluster=example cluster --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.
|
||||
|
|
@ -889,11 +894,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue