Skip to content

Commit

Permalink
[YUNIKORN-1547] Use Pending instead of QuotaApproved status for ready…
Browse files Browse the repository at this point in the history
… to schedule (#517)

Closes: #517
  • Loading branch information
craigcondit committed Jan 26, 2023
1 parent a241478 commit a9cdd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/task.go
Expand Up @@ -443,7 +443,7 @@ func (task *Task) postTaskBound() {
if _, err := task.UpdateTaskPod(podCopy, func(pod *v1.Pod) {
pod.Status = v1.PodStatus{
Phase: podCopy.Status.Phase,
Reason: "QuotaApproved",
Reason: "Pending",
Message: "pod fits into the queue quota and it is ready for scheduling",
}

Expand Down

0 comments on commit a9cdd44

Please sign in to comment.