1
0
Fork 0
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:
Automated 2023-10-05 11:50:16 +00:00
parent 6c60d7f07f
commit 9641ff6585
118 changed files with 2726 additions and 214 deletions

View file

@ -20,8 +20,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]
[--container-custom-image=CONTAINER_CUSTOM_IMAGE
| --container-predefined-image=CONTAINER_PREDEFINED_IMAGE;
default="codeoss"]
@ -208,6 +210,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.

View file

@ -15,6 +15,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]
[--container-custom-image=CONTAINER_CUSTOM_IMAGE
@ -168,6 +169,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.