kubeflow / kubebench

Repository for benchmarking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workload k8s resource manager from workflow

xyhuang opened this issue · comments

We need to be able to perform certain high level actions to user defined workload resources (e.g. tfjobs, etc.) from inside a workflow. The resource manager should be executed as one or more steps in the workflow, each performs a given action and exits on completion. The following actions are required for now:

  • creates a list of resources from a yaml manifest file (can be multi-doc)
  • automatically watch for success or failure conditions (for certain supported resources) after the resources are created

/assign

addressed by #172