mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Dec 11 10:18:23 UTC 2024
This commit is contained in:
parent
ad2752c6c9
commit
ec6dc40f99
493 changed files with 17655 additions and 1753 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud artifacts docker upgrade migrate [--canary-reads=PERCENT]
|
||||
[--copy-only] [--from-gcr=GCR_HOST/PROJECT_ID]
|
||||
[--last-uploaded-versions=N] [--max-threads=MAX_THREADS; default=8]
|
||||
[--projects=PROJECTS] [--recent-images=NUM_DAYS] [--skip-iam-update]
|
||||
[--pkg-dev-location=PKG_DEV_LOCATION] [--projects=PROJECTS]
|
||||
[--recent-images=NUM_DAYS] [--skip-iam-update]
|
||||
[--to-pkg-dev=PROJECT_ID/REPOSITORY_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -48,6 +49,12 @@ FLAGS
|
|||
Max number of images to copy simultaneously. Consider quota usage when
|
||||
increasing this
|
||||
|
||||
--pkg-dev-location=PKG_DEV_LOCATION
|
||||
The location of the pkg-dev repository you are migrating to. If not
|
||||
specified, migration is always done to the same multi-region as GCR.
|
||||
Setting this flag can cause cross-regional copying and lead to billing
|
||||
charges.
|
||||
|
||||
--projects=PROJECTS
|
||||
Comma seperated list of Container Registry projects to migrate to
|
||||
Artifact Registry gcr.io repositories.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue