mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jul 4 09:30:26 UTC 2024
This commit is contained in:
parent
9cd336cae4
commit
2614f6b65e
202 changed files with 4779 additions and 318 deletions
|
|
@ -20,7 +20,7 @@ SYNOPSIS
|
|||
[--service-account=SERVICE_ACCOUNT]
|
||||
[--service-account-scopes=[SERVICE_ACCOUNT_SCOPES,...]]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm]
|
||||
[--shielded-vtpm] [--vm-tags=[VM_TAGS,...]]
|
||||
[--accelerator-count=ACCELERATOR_COUNT
|
||||
: --accelerator-type=ACCELERATOR_TYPE]
|
||||
[--container-custom-image=CONTAINER_CUSTOM_IMAGE
|
||||
|
|
@ -281,6 +281,17 @@ FLAGS
|
|||
--shielded-vtpm
|
||||
Default value is false. If set, instances will have vTPM enabled.
|
||||
|
||||
--vm-tags=[VM_TAGS,...]
|
||||
Resource manager tags to be bound to the instance. Tag keys and values
|
||||
have the same definition as
|
||||
https://cloud.google.com/resource-manager/docs/tags/tags-overview
|
||||
|
||||
Example:
|
||||
|
||||
$ gcloud beta workstations configs update \
|
||||
--vm-tags=tagKeys/key1=tagValues/value1,tagKeys/key2=tagValues/\
|
||||
value2
|
||||
|
||||
Accelerator settings
|
||||
|
||||
--accelerator-count=ACCELERATOR_COUNT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue