-
Notifications
You must be signed in to change notification settings - Fork 143
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
Provide images for simulator with k8s.gcr.io #19
Comments
What other kind of requirements are you referring to? I would image that the only people that need to approve are the OWNERS of kubernetes/k8s.io and kubernetes/test-infra |
Thanks, so I can get theirs approves when I create the PRs. And we have to create a google group for push access. Who should we list?
|
Probably the same as the owners |
Okay, I'll get email addresses from the email list of sig/scheduling and list them (and you). |
@sanposhiho To promote an image to gcr.io, it's two-phased. First the CI job usually builds images on every commit / tag, to staging.gcr.io, and secondly, the project maintainer manually promotes some particular images as the public available ones to gcr.io. For now you're in the first step, and you're right, you have to configure it in kubernetes/k8s.io, here is a snippet for scheduler-plugins: /~https://github.com/kubernetes/k8s.io/blob/5ee35856af102d0689bd2a5f5bba2a3763876d3c/groups/groups.yaml#L1126-L1135. After you get the image built properly, you should be able to see it in staging.gcr.io. Then you can start to kick the second step - promoting to gcr.io: |
@Huang-Wei |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/triage accepted |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs 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 and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
I think we can close it. |
@sanposhiho: 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. |
/kind feature
/cc @adtac
/cc @Huang-Wei
/cc @alculquicondor
/assign
Hi team.
what want to do
add images for backend/frontend to k8s.gcr.io
why
Now, when users want to use the simulator, they have to clone this repo, build it and run it(on docker or local).
This is a little inconvenient because it will take them a lot of time to build frontend/backend (maybe because of some huge dependencies).
So it is great if we can provide images for backend/frontend so that users can only have to run these images. wdyt?
Question
I cannot find anything about these in documentations.
The text was updated successfully, but these errors were encountered: