Skip to content

Promote 1.25-rc.0 images to experimental for testing Artifact Registry #4065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 16, 2022

Conversation

upodroid
Copy link
Member

Part of #3976

Promoting the images from #4063 to the experimental subproject. The idea is to test promoting images to AR.

This PR will promote 28 images to 26 registries.

Before we do this:

 REDACTED  MCW0CDP3YY  ~  ERROR  $  gcrane ls europe-west2-docker.pkg.dev/k8s-artifacts-prod/images/
2022/08/10 16:39:35 No matching credentials were found for "europe-west2-docker.pkg.dev"
Error: GET https://europe-west2-docker.pkg.dev/v2/token?scope=repository%3Ak8s-artifacts-prod%2Fimages%2F%3Apull&service=: DENIED: Artifact Registry API has not been used in project 388270116193 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/artifactregistry.googleapis.com/overview?project=388270116193 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.

/cc @kubernetes/release-engineering @dims

@k8s-ci-robot k8s-ci-robot requested a review from dims August 10, 2022 13:49
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. area/release-eng Issues or PRs related to the Release Engineering subproject sig/release Categorizes an issue or PR as relevant to SIG Release. labels Aug 10, 2022
@dims
Copy link
Member

dims commented Aug 10, 2022

/approve
/lgtm

/hold
(please remove hold when this is ready to merge)

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 10, 2022
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 10, 2022
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 11, 2022
@upodroid
Copy link
Member Author

I synced the images:

import yaml
import os
from yaml.loader import SafeLoader

with open('images.yaml') as f:
    data = yaml.load(f, Loader=SafeLoader)
    for images in data:
        for image in images['dmap']:
            os.system(f"gcrane cp gcr.io/k8s-staging-kubernetes/{images['name']}@{image} gcr.io/k8s-staging-experimental/{images['name']}@{image}")

/test pull-k8sio-cip

The infra is up.

@ameukam
Copy link
Member

ameukam commented Aug 11, 2022

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 11, 2022
@ameukam
Copy link
Member

ameukam commented Aug 11, 2022

/assign @puerco
cc @kubernetes/release-engineering

@dims
Copy link
Member

dims commented Aug 15, 2022

/approve
/lgtm

@dims
Copy link
Member

dims commented Aug 15, 2022

/assign @palnabarun @jeremyrickard @justaugustus

Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 16, 2022
Copy link
Member

@palnabarun palnabarun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ameukam, cpanato, dims, palnabarun, upodroid

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@upodroid
Copy link
Member Author

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 16, 2022
@k8s-ci-robot k8s-ci-robot merged commit 8ae92e0 into kubernetes:main Aug 16, 2022
@k8s-ci-robot k8s-ci-robot added this to the v1.25 milestone Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/release-eng Issues or PRs related to the Release Engineering subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/release Categorizes an issue or PR as relevant to SIG Release. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants