mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jan 25 10:09:52 UTC 2023
This commit is contained in:
parent
1248f773ec
commit
6dc17bdd4a
218 changed files with 6694 additions and 2033 deletions
|
|
@ -141,17 +141,16 @@ FLAGS
|
|||
numbers.
|
||||
|
||||
--master-accelerator=[type=TYPE,[count=COUNT],...]
|
||||
Attaches accelerators (e.g. GPUs) to the master instance(s).
|
||||
Attaches accelerators, such as GPUs, to the master instance(s).
|
||||
|
||||
type
|
||||
The specific type (e.g. nvidia-tesla-k80 for nVidia Tesla K80) of
|
||||
accelerator to attach to the instances. Use 'gcloud compute
|
||||
accelerator-types list' to learn about all available accelerator
|
||||
types.
|
||||
The specific type of accelerator to attach to the instances, such
|
||||
as nvidia-tesla-k80 for NVIDIA Tesla K80. Use gcloud compute
|
||||
accelerator-types list to display available accelerator types.
|
||||
|
||||
count
|
||||
The number of pieces of the accelerator to attach to each of the
|
||||
instances. The default value is 1.
|
||||
The number of accelerators to attach to each instance. The default
|
||||
value is 1.
|
||||
|
||||
--master-boot-disk-size=MASTER_BOOT_DISK_SIZE
|
||||
The size of the boot disk. The value must be a whole number followed by
|
||||
|
|
@ -172,18 +171,16 @@ FLAGS
|
|||
server-specified.
|
||||
|
||||
--master-min-cpu-platform=PLATFORM
|
||||
When specified, the VM will be scheduled on host with specified CPU
|
||||
architecture or a newer one. To list available CPU platforms in given
|
||||
zone, run:
|
||||
When specified, the VM is scheduled on the host with a specified CPU
|
||||
architecture or a more recent CPU platform that's available in that
|
||||
zone. To list available CPU platforms in a zone, run:
|
||||
|
||||
$ gcloud compute zones describe ZONE
|
||||
|
||||
CPU platform selection is available only in selected zones; zones that
|
||||
allow CPU platform selection will have an availableCpuPlatforms field
|
||||
that contains the list of available CPU platforms for that zone.
|
||||
|
||||
You can find more information online:
|
||||
https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform
|
||||
CPU platform selection may not be available in a zone. Zones that
|
||||
support CPU platform selection provide an availableCpuPlatforms field,
|
||||
which contains the list of available CPU platforms in the zone (see
|
||||
Availability of CPU platforms for more information).
|
||||
|
||||
--node-group=NODE_GROUP
|
||||
The name of the sole-tenant node group to create the cluster on. Can be
|
||||
|
|
@ -255,17 +252,17 @@ FLAGS
|
|||
for more information.
|
||||
|
||||
--secondary-worker-accelerator=[type=TYPE,[count=COUNT],...]
|
||||
Attaches accelerators (e.g. GPUs) to the secondary-worker instance(s).
|
||||
Attaches accelerators, such as GPUs, to the secondary-worker
|
||||
instance(s).
|
||||
|
||||
type
|
||||
The specific type (e.g. nvidia-tesla-k80 for nVidia Tesla K80) of
|
||||
accelerator to attach to the instances. Use 'gcloud compute
|
||||
accelerator-types list' to learn about all available accelerator
|
||||
types.
|
||||
The specific type of accelerator to attach to the instances, such
|
||||
as nvidia-tesla-k80 for NVIDIA Tesla K80. Use gcloud compute
|
||||
accelerator-types list to display available accelerator types.
|
||||
|
||||
count
|
||||
The number of pieces of the accelerator to attach to each of the
|
||||
instances. The default value is 1.
|
||||
The number of accelerators to attach to each instance. The default
|
||||
value is 1.
|
||||
|
||||
--secondary-worker-boot-disk-size=SECONDARY_WORKER_BOOT_DISK_SIZE
|
||||
The size of the boot disk. The value must be a whole number followed by
|
||||
|
|
@ -303,17 +300,16 @@ FLAGS
|
|||
cluster and jobs data, such as Spark and MapReduce history files.
|
||||
|
||||
--worker-accelerator=[type=TYPE,[count=COUNT],...]
|
||||
Attaches accelerators (e.g. GPUs) to the worker instance(s).
|
||||
Attaches accelerators, such as GPUs, to the worker instance(s).
|
||||
|
||||
type
|
||||
The specific type (e.g. nvidia-tesla-k80 for nVidia Tesla K80) of
|
||||
accelerator to attach to the instances. Use 'gcloud compute
|
||||
accelerator-types list' to learn about all available accelerator
|
||||
types.
|
||||
The specific type of accelerator to attach to the instances, such
|
||||
as nvidia-tesla-k80 for NVIDIA Tesla K80. Use gcloud compute
|
||||
accelerator-types list to display available accelerator types.
|
||||
|
||||
count
|
||||
The number of pieces of the accelerator to attach to each of the
|
||||
instances. The default value is 1.
|
||||
The number of accelerators to attach to each instance. The default
|
||||
value is 1.
|
||||
|
||||
--worker-boot-disk-size=WORKER_BOOT_DISK_SIZE
|
||||
The size of the boot disk. The value must be a whole number followed by
|
||||
|
|
@ -333,18 +329,16 @@ FLAGS
|
|||
The type of machine to use for workers. Defaults to server-specified.
|
||||
|
||||
--worker-min-cpu-platform=PLATFORM
|
||||
When specified, the VM will be scheduled on host with specified CPU
|
||||
architecture or a newer one. To list available CPU platforms in given
|
||||
zone, run:
|
||||
When specified, the VM is scheduled on the host with a specified CPU
|
||||
architecture or a more recent CPU platform that's available in that
|
||||
zone. To list available CPU platforms in a zone, run:
|
||||
|
||||
$ gcloud compute zones describe ZONE
|
||||
|
||||
CPU platform selection is available only in selected zones; zones that
|
||||
allow CPU platform selection will have an availableCpuPlatforms field
|
||||
that contains the list of available CPU platforms for that zone.
|
||||
|
||||
You can find more information online:
|
||||
https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform
|
||||
CPU platform selection may not be available in a zone. Zones that
|
||||
support CPU platform selection provide an availableCpuPlatforms field,
|
||||
which contains the list of available CPU platforms in the zone (see
|
||||
Availability of CPU platforms for more information).
|
||||
|
||||
--zone=ZONE, -z ZONE
|
||||
The compute zone (e.g. us-central1-a) for the cluster. If empty and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue