-
Notifications
You must be signed in to change notification settings - Fork 459
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
Support Kubernetes Sidecars for Katib Metrics Collectors #2181
Comments
@andreyvelich Thank you for raising this proposal! https://github.com/kubeflow/katib/blob/master/pkg/metricscollector/v1beta1/common/pns.go. Also, we might be able to support Istio. |
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. |
/lifecycle freeze |
/lifecycle frozen |
/remove-label lifecycle/frozen |
@Electronic-Waste: The label(s) 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. |
Recently Kubernetes added native support for sidecars containers as part of KEP 753: kubernetes/enhancements#3761
We need to discuss if we can improve our architecture to run Katib Metrics Collectors as Kubernetes sidecars.
It requires to use
initContainer
withrestartPolicy: Always
to run the container as a sidecar.This feature will be available only in Kubernetes 1.28, but we can start the design discussions now.
Existing problems with Katib Metrics Collectors Sidecar:
cc @kubeflow/wg-automl-leads @tenzen-y @gaocegege @votti
The text was updated successfully, but these errors were encountered: