kubeflow / kubebench

Repository for benchmarking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support deploying many kubeflow jobs concurrently

xyhuang opened this issue · comments

  • Need a multi-job launcher. We currently use the resource executor that comes with Argo, which is not able to handle multi job creations in parallel. We need a custom resource executor for that.
  • API changes. The API should have a field to specify number of jobs to launch in parallel.

related with #126.

Move to #171 instead.