mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Oct 30 10:13:17 UTC 2024
This commit is contained in:
parent
fc66f7f0ca
commit
d7d92f8000
166 changed files with 6197 additions and 300 deletions
|
|
@ -3,10 +3,10 @@ NAME
|
|||
Registry to Artifact Registry
|
||||
|
||||
SYNOPSIS
|
||||
gcloud artifacts docker upgrade migrate [--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]
|
||||
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]
|
||||
[--to-pkg-dev=PROJECT_ID/REPOSITORY_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -28,6 +28,10 @@ EXAMPLES
|
|||
--from-gcr=gcr.io/project1 --to-pkg-dev=project2/repo_name
|
||||
|
||||
FLAGS
|
||||
--canary-reads=PERCENT
|
||||
Send only a percent of reads to Artifact Registry. The rest of reads
|
||||
and all writes are sent to Container Registry.
|
||||
|
||||
--copy-only
|
||||
Only perform image copying
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue