Skip to content

Commit

Permalink
[YUNIKORN-2222] Remove QuotaApproved state (#746)
Browse files Browse the repository at this point in the history
Reviewers: Wilfred Spiegelenburg <[email protected]>, Chia-Ping Tsai <[email protected]>
  • Loading branch information
targetoee authored Dec 7, 2023
1 parent c01047f commit dc98af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ func (task *Task) postTaskAllocated() {

dispatcher.Dispatch(NewBindTaskEvent(task.applicationID, task.taskID))
events.GetRecorder().Eventf(task.pod.DeepCopy(),
nil, v1.EventTypeNormal, "QuotaApproved", "QuotaApproved",
nil, v1.EventTypeNormal, "Pending", "Pending",
"Pod %s is ready for scheduling on node %s", task.alias, task.nodeName)
} else {
// post a message to indicate the pod gets its allocation
Expand Down

0 comments on commit dc98af0

Please sign in to comment.