mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Oct 5 11:50:15 UTC 2023
This commit is contained in:
parent
6c60d7f07f
commit
9641ff6585
118 changed files with 2726 additions and 214 deletions
|
|
@ -21,8 +21,10 @@ SYNOPSIS
|
|||
[--pd-reclaim-policy=PD_RECLAIM_POLICY; default="delete"]
|
||||
[--pool-size=POOL_SIZE] [--replica-zones=[REPLICA_ZONES,...]]
|
||||
[--running-timeout=RUNNING_TIMEOUT; default=7200]
|
||||
[--service-account=SERVICE_ACCOUNT] [--shielded-integrity-monitoring]
|
||||
[--shielded-secure-boot] [--shielded-vtpm]
|
||||
[--service-account=SERVICE_ACCOUNT]
|
||||
[--service-account-scopes=[SERVICE_ACCOUNT_SCOPES,...]]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm]
|
||||
[--accelerator-count=ACCELERATOR_COUNT
|
||||
: --accelerator-type=ACCELERATOR_TYPE]
|
||||
[--container-custom-image=CONTAINER_CUSTOM_IMAGE
|
||||
|
|
@ -212,6 +214,12 @@ FLAGS
|
|||
to pull the specified container image. If not set, VMs will run without
|
||||
a service account, in which case the image must be publicly accessible.
|
||||
|
||||
--service-account-scopes=[SERVICE_ACCOUNT_SCOPES,...]
|
||||
Scopes to grant to the service_account. Various scopes are
|
||||
automatically added based on feature usage. When specified, users of
|
||||
workstations under this configuration must have
|
||||
iam.serviceAccounts.actAs on the service account.
|
||||
|
||||
--shielded-integrity-monitoring
|
||||
Default value is false. If set, instances will have integrity
|
||||
monitoring enabled.
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ SYNOPSIS
|
|||
[--labels=[LABELS,...]] [--machine-type=MACHINE_TYPE]
|
||||
[--network-tags=[NETWORK_TAGS,...]] [--pool-size=POOL_SIZE]
|
||||
[--running-timeout=RUNNING_TIMEOUT] [--service-account=SERVICE_ACCOUNT]
|
||||
[--service-account-scopes=[SERVICE_ACCOUNT_SCOPES,...]]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm]
|
||||
[--accelerator-count=ACCELERATOR_COUNT
|
||||
|
|
@ -172,6 +173,12 @@ FLAGS
|
|||
to pull the specified container image. If not set, VMs will run without
|
||||
a service account, in which case the image must be publicly accessible.
|
||||
|
||||
--service-account-scopes=[SERVICE_ACCOUNT_SCOPES,...]
|
||||
Scopes to grant to the service_account. Various scopes are
|
||||
automatically added based on feature usage. When specified, users of
|
||||
workstations under this configuration must have
|
||||
iam.serviceAccounts.actAs on the service account.
|
||||
|
||||
--shielded-integrity-monitoring
|
||||
Default value is false. If set, instances will have integrity
|
||||
monitoring enabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue