Skip to content

Commit

Permalink
Review Remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
trasc committed Dec 8, 2023
1 parent c6811ef commit 9ddfc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keps/993-two-phase-admission/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ The preemption controller uses the kueue cache, since it needs to check the stat
At every run the controller will get the list of workloads pending preemption.

The workloads pending preemption are divided into:
- `preemtingLeter` - Workloads having at least one check that uses AfterCheckPassedOrOnDemand policy with the state `pending`.
- `preemtingLater` - Workloads having at least one check that uses AfterCheckPassedOrOnDemand policy with the state `pending`.
- `preemtingNow` - Workloads that expect to be able to issue evictions or potentially change their preemption state in the current cycle.

Then:
Expand Down

0 comments on commit 9ddfc1b

Please sign in to comment.