Skip to content

Commit

Permalink
PreemptionToleration: replace tab with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
everpeace authored Aug 4, 2021
1 parent 384a6c7 commit 697ab81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kep/205-preemption-toleration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ 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.
low: 8000 # no minimum running time guarantee
high: 8000 # 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 697ab81

Please sign in to comment.