mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -1536,7 +1536,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.
|
||||
|
||||
|
|
@ -1790,9 +1790,11 @@ FLAGS
|
|||
--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.
|
||||
|
|
@ -1807,8 +1809,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.
|
||||
|
|
@ -1827,11 +1832,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
|
||||
|
|
|
|||
|
|
@ -255,10 +255,10 @@ FLAGS
|
|||
|
||||
Examples:
|
||||
|
||||
$ gcloud beta container clusters create-auto --logging=SYSTEM
|
||||
$ gcloud beta container clusters create-auto \
|
||||
--logging=SYSTEM,WORKLOAD
|
||||
$ gcloud beta container clusters create-auto \
|
||||
--logging=SYSTEM,API_SERVER,WORKLOAD
|
||||
$ gcloud beta container clusters create-auto --logging=NONE
|
||||
|
||||
--monitoring=[COMPONENT,...]
|
||||
Set the components that have monitoring enabled. Valid component values
|
||||
|
|
@ -273,7 +273,7 @@ FLAGS
|
|||
|
||||
$ gcloud beta container clusters create-auto \
|
||||
--monitoring=SYSTEM,API_SERVER,POD
|
||||
$ gcloud beta container clusters create-auto --monitoring=NONE
|
||||
$ gcloud beta container clusters create-auto --monitoring=SYSTEM
|
||||
|
||||
--network=NETWORK
|
||||
The Compute Engine Network that the cluster will connect to. Google
|
||||
|
|
|
|||
|
|
@ -1111,7 +1111,7 @@ REQUIRED 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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