Merge pull request #112 from ameukam/registry-sandbox-k8s-io-ar-paths

Use artifact registry for sandbox
This commit is contained in:
Kubernetes Prow Robot 2022-10-07 08:59:53 -07:00 committed by GitHub
commit 7b5d72168e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,6 @@ REGIONS=(
us-east4
us-east5
us-south1
us-south2
us-west1
us-west2
)
@ -57,6 +56,8 @@ for REGION in "${REGIONS[@]}"; do
--max-instances 10 \
`# NOTE: should match number of cores configured` \
--update-env-vars GOMAXPROCS=1 \
`# Use artifact registry repositories`
UPSTREAM_REGISTRY_PATH="k8s-artifacts-prod/images" UPSTREAM_REGISTRY_ENDPOINT="https://${REGION}-docker.pkg.dev" \
`# TODO: if we use this to deploy prod, we need to handle this differently` \
--args=-v=3
done