-
Notifications
You must be signed in to change notification settings - Fork 771
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
determine which containers should be in the same pod #14
Comments
Will be working on this one! |
@surajssd feel free to update |
#131 right now only addresses |
Should we close this ? |
@ngtuna we have not implemented it yet so lets keep it. |
Do we know about another case which would resolve in putting two containers to the same pod? |
Issues go stale after 30d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
we should not do anything that deviates from the base docker-compose file format so let's not do this one! |
@surajssd agreed, let's close |
e.g., the ones share the same volume should be in the same pod; the ones link to each other may or may not be in the same pod
The text was updated successfully, but these errors were encountered: