mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Aug 21 09:39:51 UTC 2024
This commit is contained in:
parent
d35819d273
commit
ed5fe34b64
163 changed files with 3541 additions and 717 deletions
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
[--labels=[KEY=VALUE,...]]
|
||||
[--disable-public-ip --enable-ip-forwarding
|
||||
--machine-type=MACHINE_TYPE; default="n1-standard-4"
|
||||
--metadata=[KEY=VALUE,...]
|
||||
--metadata=[KEY=VALUE,...] --min-cpu-platform=MIN_CPU_PLATFORM
|
||||
--service-account-email=SERVICE_ACCOUNT_EMAIL --tags=[TAGS,...]
|
||||
--accelerator-core-count=ACCELERATOR_CORE_COUNT
|
||||
--accelerator-type=ACCELERATOR_TYPE
|
||||
|
|
@ -139,6 +139,11 @@ FLAGS
|
|||
--metadata=[KEY=VALUE,...]
|
||||
Custom metadata to apply to this instance.
|
||||
|
||||
--min-cpu-platform=MIN_CPU_PLATFORM
|
||||
The minimum CPU platform to use for this instance. The list of valid
|
||||
values can be found in
|
||||
https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones
|
||||
|
||||
The service account on this instance, giving access to other Google
|
||||
Cloud services. You can use any service account within the same project,
|
||||
but you must grant the service account user permission to use the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue