-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Services and Cluster can be confusing.
Replacing it with the following semantics.
-
Job: create a pod. No scheduling semantics. -
ParallelJob: create multiple concurrentJobs. Scheduling semantics. From the workflow perspective, dependency can be built on theParallelJobbut not on the individualJob. -
SequentialJob: create a series of sequentially executedJobs. No scheduling semantics. From the workflow perspective, dependency can be built on theSequentialJobbut not on the individualJob.
Scheduling can be confusing.
Replace it with every, and distinguish it from until and assert.
(Although all these semantics use the same scheduling logic in the background).
- Questions: should we allow for concurrent
state,metrics, andcronpolicies to be specified? If so, which operator is applicable ? Is there any case about this need?
Metadata
Metadata
Assignees
Labels
No labels