-
Notifications
You must be signed in to change notification settings - Fork 453
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
Job level webhook for metrics collector sidecar container #928
Comments
/priority p2 |
This is no more required in k8s 1.15 as we could use more efficient object selector in web hooks |
This could actually solve #963 as it would reorder actions - first add the container in the Job and then let a job controller generate the pod, so it makes sense form my point of view:) |
@vpavlin yes, it can solve #963, but it is low priority as plan and will be included in Kubeflow 1.0 release. As #964 (comment), I think #963 is a very common issue for openshift, we should solve it in a common way. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
/kind feature
/P2
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
for now, we inject metrics collector sidecar container in Pod webhook, we can consider metrics collector sidecar container in Job webhook level for performance.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered: