-
Notifications
You must be signed in to change notification settings - Fork 73
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
Moving images away from quay.io? #86
Comments
One update from https://status.quay.io/ says that "The number of open connections to the Quay.io database increased significantly causing an outage of the service, we are still investigating the root cause of this spike in DB connections. " |
We have staging repos for CSI in GCR and the image promotion process. It's used for node-driver-registrar only right now. Should we do this for all sidecar repos? |
Thanks for opening this, @xing-yang! Where possible, images that are used by that community should be on community infra. Let me know how I can help and feel free to assign me in reviews. :) |
Thanks @justaugustus! |
Work is in progress. It's not just about pushing to some other registry, but also about using an entirely different build infrastructure and producing images for multiple different architectures, ideally including Windows. As a next step it would help if someone could approve kubernetes-csi/node-driver-registrar#82. As I said in the review of that PR, we need to figure out how building of Windows images can be unified with the approach taken for all other platforms (i.e. build the binary inside the multi-stage Dockerfile, using the same base images if possible). |
|
/assign |
This is part of rolling out multi-architecture image building for GCR, see kubernetes-csi/csi-release-tools#86
This is part of rolling out multi-architecture image building for GCR, see kubernetes-csi/csi-release-tools#86
This is part of rolling out multi-architecture image building for GCR, see kubernetes-csi/csi-release-tools#86
The vanity domain switch has completed: https://groups.google.com/forum/#!msg/kubernetes-dev/Z-y1EK-XBQM/-fehCfLpAAAJ |
k8s.gcr.io works for "docker pull" but only redirects to https://cloud.google.com/container-registry/ when used in a web browser. To list images, use https://console.cloud.google.com/gcr/images/k8s-artifacts-prod/US/sig-storage |
@pohly for the multi-arch image of node-driver-registar, when can it be promoted from staging to release? https://console.cloud.google.com/gcr/images/k8s-staging-sig-storage/GLOBAL/csi-node-driver-registrar?gcrImageListsize=30 |
node-driver-registrar needs a formal new release. We don't promote rc or canary images to the production repo. According to https://github.com/orgs/kubernetes-csi/projects/29#card-42709613, it's "not ready". |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
I believe the last thing that's still remaining is to turn down our travis jobs that push to quay. I think we can do this once those minor versions are out of our support window. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Yes travis jobs are disabled, so I think we're done here. /close |
@msau42: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
CI is failing because quay.io is down. It's reported in this issue:
kubernetes/kubernetes#91242
Should we move our images to a different repo, i.e., the community infra?
CC @msau42 @pohly
The text was updated successfully, but these errors were encountered: