-
Notifications
You must be signed in to change notification settings - Fork 827
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
Migrate away from google.com gcp project gke-release #1525
Comments
/milestone v1.21 |
We've already added Windows support to the pause image, and it has already been built and promoted. Here's a PR that will replace the windows pause image references: kubernetes/kubernetes#98205 |
@spiffxp I can help here will assign to myself to start the work /assign |
Some questions: The following images do not exist in the community registry and it is defined in this file but the tags do not exist on those files
Will be easier we just copy those images to the community registry? or where this is defined so we can set up the appropriate jobs to build those images and push them to the correct place. And the final one is related to some go files those files: https://github.com/kubernetes/kubernetes/blob/master/test/utils/image/manifest_test.go and https://github.com/kubernetes/kubernetes/blob/master/test/utils/image/manifest.go cc @spiffxp if you can help me on that or point who can help mentioning @LappleApple for visibility and maybe for future support. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/milestone clear |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
We're not pushing to this, but we are using images published there for GCP e2e clusters, which is OK-ish in context. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
This is basically done: I see two images:
I would argue we should cleanup 2), not block on 3) and 🤷 on 1), it's difficult to setup nvidia GPUs on only kubernetes-project hosted images, if we wind up with an issue with this image we'll deal with it, one of the Googlers active in SIG node can help us find a current image if/when we need. |
Part of umbrella issue to migrate away from google.com gcp projects: #1469
Part of umbrella to migrate kubernetes e2e test images/registries to community-owned infrastructure: #1458
There are a variety of gcr.io/gke-release images referenced in kubernetes/kubernetes CI (and sundry kubernetes-sigs projects). These should be migrated to k8s.gcr.io where possible.
Suggested path forward:
/wg k8s-infra
/area artifacts
/sig testing
/sig release
/sig storage
(I see a number of csi images)
/sig windows
(I see a pause-win image)
/area release-eng
The text was updated successfully, but these errors were encountered: