[Question] Does it support the custom workload?
denkensk opened this issue · 2 comments
denkensk commented
As the title, the custom workload maybe like tfjob...
TheBeatles1994 commented
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:
***
denkensk commented
Got it.
Thanks
/close