Skip to content

Commit

Permalink
Update how-it-works.md (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
parth-pandit authored and niallthomson committed Apr 27, 2024
1 parent 242768a commit f0c9e45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ How can we apply this to accomplish over-provisioning the compute in our EKS clu
- A priority class with priority value **“-1"** is created and assign to empty [Pause Container](https://www.ianlewis.org/en/almighty-pause-container) Pods. The empty "pause" containers act as placeholders.
- A default priority class is created priority value **“0”.** This is assigned globally for a cluster, so any deployment without a priority class will bet assigned this default priority.
- A default priority class is created priority value **“0”.** This is assigned globally for a cluster, so any deployment without a priority class will be assigned this default priority.
- When a genuine workload is scheduled the empty placeholder containers get evicted and the application Pods get provisioned immediately.
Expand Down

0 comments on commit f0c9e45

Please sign in to comment.