-
Notifications
You must be signed in to change notification settings - Fork 716
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
Track follow-up for adding CI image build to the Kind cluster #2364
Comments
/assign @saileshd1402 |
@andreyvelich: GitHub didn't allow me to assign the following users: saileshd1402. Note that only kubeflow members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
I'm also happy to help if needed 😀 |
/assign |
I wanted some input on the following ideas: We also have multiple steps to load images into kind cluster in integration-tests, maybe we can make a small github action to load images into cluster given the images? so that we can consolidate the loading images steps into one. Or should we just include JAX Job image for now? cc: @andreyvelich @helenxie-bit @Electronic-Waste @sandipanpanda |
That sounds good, but we need to see if we can load all images into single Kind cluster, since previously we reach limits. |
/milestone v1.9 |
This has been resolved. |
Ref PR: #2385 |
Following the review #2346 (comment), we need to implement the suggestion made by @andreyvelich to build the image via CI and load it directly into the Kind cluster. This process will help us automatically build images from the code submitted in the PR, similar to the approach used in the Training Operator manager and LLM Trainer.
The text was updated successfully, but these errors were encountered: