mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Sep 21 11:28:40 UTC 2022
This commit is contained in:
parent
8f4214beb2
commit
29683b8af4
122 changed files with 2393 additions and 199 deletions
|
|
@ -35,6 +35,7 @@ SYNOPSIS
|
|||
[--source-instance-zone=SOURCE_INSTANCE_ZONE] [--stack-type=STACK_TYPE]
|
||||
[--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
[--threads-per-core=THREADS_PER_CORE]
|
||||
[--visible-core-count=VISIBLE_CORE_COUNT]
|
||||
[--address=ADDRESS | --no-address]
|
||||
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY
|
||||
: --boot-disk-kms-keyring=BOOT_DISK_KMS_KEYRING
|
||||
|
|
@ -696,6 +697,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.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--address=ADDRESS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue