You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The enqueue action is a mandatory action right now. It would be wonderful to make it optional and configurable.
Firstly the integration code with other community will be more simple and easy.
Secondly the other actions no need to depend on enqueue . All the actions are decoupled.
Actions:
Remove the pod admit that pod is not allowed to be created while it's podgroup is in Pending state for non-vcjob such as tfjob, spark, etc. This will make volcano integrate with upstream more easier. Previously upstream have to create podgroup, waits for podgroup entry inqueue and then create pod. This causes confused for upstream developer. What they expect is just creating podgroup which carring all of scheduling info only.
make the enqueue action configurable.
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
What would you like to be added:
refator
enqueue
scheduling actionWhy is this needed:
The
enqueue
action is a mandatory action right now. It would be wonderful to make it optional and configurable.Firstly the integration code with other community will be more simple and easy.
Secondly the other actions no need to depend on
enqueue
. All the actions are decoupled.Actions:
Pending
state for non-vcjob such as tfjob, spark, etc. This will make volcano integrate with upstream more easier. Previously upstream have to create podgroup, waits for podgroup entryinqueue
and then create pod. This causes confused for upstream developer. What they expect is just creating podgroup which carring all of scheduling info only.The text was updated successfully, but these errors were encountered: