mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed Jun 15 08:33:03 UTC 2022
This commit is contained in:
parent
28d031b3c1
commit
5378794555
147 changed files with 5222 additions and 263 deletions
|
|
@ -38,6 +38,7 @@ SYNOPSIS
|
|||
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--target-distribution-shape=SHAPE]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--visible-core-count=VISIBLE_CORE_COUNT]
|
||||
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY
|
||||
: --boot-disk-kms-keyring=BOOT_DISK_KMS_KEYRING
|
||||
--boot-disk-kms-location=BOOT_DISK_KMS_LOCATION
|
||||
|
|
@ -677,6 +678,12 @@ OPTIONAL FLAGS
|
|||
For more information about configuring SMT, see:
|
||||
https://cloud.google.com/compute/docs/instances/configuring-simultaneous-multithreading.
|
||||
|
||||
--visible-core-count=VISIBLE_CORE_COUNT
|
||||
The number of physical cores to expose to the instance's guest
|
||||
operating system. The number of virtual CPUs visible to the instance's
|
||||
guest operating system is this number of cores multiplied by the
|
||||
instance's count of visible threads per physical core.
|
||||
|
||||
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
|
||||
be used to protect the disk. The arguments in this group can be used to
|
||||
specify the attributes of this resource.
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@ SYNOPSIS
|
|||
[--source-machine-image=SOURCE_MACHINE_IMAGE]
|
||||
[--source-machine-image-csek-key-file=FILE] [--stack-type=STACK_TYPE]
|
||||
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--threads-per-core=THREADS_PER_CORE] [--zone=ZONE]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--visible-core-count=VISIBLE_CORE_COUNT] [--zone=ZONE]
|
||||
[--address=ADDRESS | --no-address]
|
||||
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY
|
||||
: --boot-disk-kms-keyring=BOOT_DISK_KMS_KEYRING
|
||||
|
|
@ -792,6 +793,12 @@ FLAGS
|
|||
For more information about configuring SMT, see:
|
||||
https://cloud.google.com/compute/docs/instances/configuring-simultaneous-multithreading.
|
||||
|
||||
--visible-core-count=VISIBLE_CORE_COUNT
|
||||
The number of physical cores to expose to the instance's guest
|
||||
operating system. The number of virtual CPUs visible to the instance's
|
||||
guest operating system is this number of cores multiplied by the
|
||||
instance's count of visible threads per physical core.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the instances to create. If not specified and the compute/zone
|
||||
property isn't set, you might be prompted to select a zone (interactive
|
||||
|
|
|
|||
|
|
@ -43,7 +43,8 @@ SYNOPSIS
|
|||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
|
||||
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--threads-per-core=THREADS_PER_CORE] [--zone=ZONE]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--visible-core-count=VISIBLE_CORE_COUNT] [--zone=ZONE]
|
||||
[--address=ADDRESS | --no-address]
|
||||
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
|
||||
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
|
||||
|
|
@ -689,6 +690,12 @@ FLAGS
|
|||
For more information about configuring SMT, see:
|
||||
https://cloud.google.com/compute/docs/instances/configuring-simultaneous-multithreading.
|
||||
|
||||
--visible-core-count=VISIBLE_CORE_COUNT
|
||||
The number of physical cores to expose to the instance's guest
|
||||
operating system. The number of virtual CPUs visible to the instance's
|
||||
guest operating system is this number of cores multiplied by the
|
||||
instance's count of visible threads per physical core.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the instances to create. If not specified, you might be
|
||||
prompted to select a zone (interactive mode only). gcloud attempts to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue