Closed
Description
/kind feature
Describe the solution you'd like
For more complicated jobs where we may execute things in separate containers I have noticed that the only job types we support in a trial are Job
s, TFJob
s and PyTorchJob
s. Would it be possible to also support argo workflows?
Anything else you would like to add:
I see that https://github.com/kubeflow/katib/blob/master/docs/new-trial-kind.md is outdated, but it sounds like for a vanilla workflow, it should be possible to inject a metrics collector sidecar to each workflow container right?