mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Feb 22 10:25:44 UTC 2024
This commit is contained in:
parent
5bf6fb3fc0
commit
8778dcbd7e
245 changed files with 9946 additions and 513 deletions
|
|
@ -90,22 +90,22 @@ OPTIONAL FLAGS
|
|||
addresses.
|
||||
|
||||
--cloudbuild-service-account=CLOUDBUILD_SERVICE_ACCOUNT
|
||||
Image import amd export tools use Cloud Build to import and export
|
||||
Image import and export tools use Cloud Build to import and export
|
||||
images to and from your project. Cloud Build uses a specific service
|
||||
account to execute builds on your behalf. The Cloud Build service
|
||||
account generates access token for other service accounts and it is
|
||||
account generates an access token for other service accounts and it is
|
||||
also used for authentication when building the artifacts for the image
|
||||
import tool.
|
||||
|
||||
Use this flag to to specify a custom Cloud Build service account for
|
||||
image import and export. If you don't specify this flag, Cloud Build
|
||||
runs using your project's default Cloud Build service account. To set
|
||||
this option, specify the email address corresponding to the required
|
||||
Cloud Build service account. Note: You must specify the --logs-location
|
||||
flag when you set the custom Cloud Build service account.
|
||||
Use this flag to to specify a user-managed service account for image
|
||||
import and export. If you don't specify this flag, Cloud Build runs
|
||||
using your project's default Cloud Build service account. To set this
|
||||
option, specify the email address of the desired user-managed service
|
||||
account. Note: You must specify the --logs-location flag when you set a
|
||||
user-managed service account.
|
||||
|
||||
At minimum, the specified Cloud Build service account needs to have the
|
||||
following roles assigned:
|
||||
At minimum, the specified user-managed service account needs to have
|
||||
the following roles assigned:
|
||||
|
||||
◆ roles/compute.admin
|
||||
◆ roles/iam.serviceAccountTokenCreator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue