Vincent Liu
Vincent Liu
> #1772 may be the same problem Yes, I read that issue, it seems like the problem hasn't been solved, right? I expect the running job would be evicted when...
I see. Since my team is going to use this feature, is there any trick to achieve it? I know the low priority pod can be preempted by higher one...
Try this conf: ``` { "volcano-scheduler.conf": "actions: \"enqueue, allocate, backfill, preempt\" tiers: - plugins: - name: priority - name: gang enablePreemptable: false enableJobStarving: false - name: conformance - plugins: -...
It looks like the podgroup status of vc-job3 is PENDING, however it should be INQUEUE, which means the job was not accepted by queue. Try using one job as low...