alibaba/open-simulator

[Question] Does it support the custom workload?

denkensk opened this issue · 2 comments

As the title, the custom workload maybe like tfjob...

Open-Simulator does not create a real k8s cluster. The operator may create sts/deploy/daemonset/job with different attributes, like replicas/affinity/resource request, we cannot predict the behavior of the operator.

We plan to define a set of specifications to support the CR, like this:

CR instance name: ***

CR instance namespace: ***

replicas: ***

resources:
  request:
    ***
  limit:
    ***

affinity:
  ***

volume:
  ***

Got it.
Thanks
/close