Skip to content

Commit

Permalink
PreemptionToleration: fix typo in high priority
Browse files Browse the repository at this point in the history
  • Loading branch information
everpeace authored Aug 4, 2021
1 parent 697ab81 commit 640fca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kep/205-preemption-toleration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ For example, cluster administrator would introduce several priority classes with

```yaml
system-critical: 10000 # system-critical can preempt pods in low-non-preempted-{10,30}min priority immediately
high: 8000 # high can preempt pods in low-non-preempted-{10,30}min priority class which elapsed at least {10,30} minutes.
high: 9000 # high can preempt pods in low-non-preempted-{10,30}min priority class which elapsed at least {10,30} minutes.
low: 8000 # no minimum running time guarantee
low-non-preempted-10min: 8000 # 10 min minimum running time guarantee against 8000 < p < 10000
low-non-preempted-30min: 8000 # 30 min minimum running time guarantee against 8000 < p < 10000
Expand Down

0 comments on commit 640fca7

Please sign in to comment.