Skip to content
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

Release manifests still use old registry k8s.gcr.io #1142

Closed
olivierlemasle opened this issue Nov 28, 2022 · 1 comment
Closed

Release manifests still use old registry k8s.gcr.io #1142

olivierlemasle opened this issue Nov 28, 2022 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@olivierlemasle
Copy link
Member

What happened:

Release manifests (components.yaml, ...) still use registry k8s.gcr.io.

$ for version in "0.6.0" "0.6.1" "0.6.2"; do 
  curl -Ls "https://github.com/kubernetes-sigs/metrics-server/releases/download/v${version}/components.yaml" | grep "image:"
done
        image: k8s.gcr.io/metrics-server/metrics-server:v0.6.0
        image: k8s.gcr.io/metrics-server/metrics-server:v0.6.1
        image: k8s.gcr.io/metrics-server/metrics-server:v0.6.2

What you expected to happen:

Release manifests should use registry registry.k8s.io since #1082.

Also see kubernetes/kubernetes#109938

Anything else we need to know?:

make release-manifest generates a components.yaml manifests with image registry.k8s.io/metrics-server/metrics-server:v0.6.0, using Kustomize:

- name: gcr.io/k8s-staging-metrics-server/metrics-server
newName: registry.k8s.io/metrics-server/metrics-server
newTag: v0.6.0

And the CI Release job uses make release-manifests...

Where do the final image registry and tag come from?

/cc @dgrisonnet
/kind bug

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Nov 28, 2022
@olivierlemasle
Copy link
Member Author

I just saw that the registry has been updated in master branch but not in release-0.6...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants