Deployment workload pending due to podgroup in Pending Phase #2143
Labels
area/controllers
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
What happened:
Cluster has enough resource but deployment workload scheduled by volcano still pending due to podgroup in pending phase.
What you expected to happen:
Volcano schedule deployment workload well.
How to reproduce it (as minimally and precisely as possible):
There will be many podgroup in
Inqueue
phase, inovercommit
plugin it will computeinqueueResource
for theseInqueue
pg, even if it has no task.volcano/pkg/scheduler/plugins/overcommit/overcommit.go
Lines 93 to 96 in f4d3d44
Then submit new workload will pending because
overcommit
plugin thought all the resources used by the aboveInqueue
gp.The text was updated successfully, but these errors were encountered: