Skip to content

Commit

Permalink
fix: volcano podgroup should has a non-empty queue name (#1977)
Browse files Browse the repository at this point in the history
Signed-off-by: lowang-bh <lhui_wang@163.com>
  • Loading branch information
lowang-bh authored Jan 10, 2024
1 parent ed3168a commit 3d74a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller.v1/common/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (jc *JobController) ReconcileJobs(
// General cases which need to reconcile
if jc.Config.EnableGangScheduling() {
minMember := totalReplicas
queue := ""
queue := "default"
priorityClass := ""
var schedulerTimeout *int32
var minResources *corev1.ResourceList
Expand Down

0 comments on commit 3d74a58

Please sign in to comment.