Skip to content

Commit

Permalink
Improve diagram for “Reserve Compute Resources for System Daemons”
Browse files Browse the repository at this point in the history
  • Loading branch information
JornShen committed Oct 12, 2020
1 parent 6019a0b commit e9f4838
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
Expand Up @@ -39,22 +39,7 @@ the kubelet command line option `--reserved-cpus` to set an

## Node Allocatable

```text
Node Capacity
---------------------------
| kube-reserved |
|-------------------------|
| system-reserved |
|-------------------------|
| eviction-threshold |
|-------------------------|
| |
| allocatable |
| (available for pods) |
| |
| |
---------------------------
```
![node capacity](/images/docs/node-capacity.svg)

`Allocatable` on a Kubernetes node is defined as the amount of compute resources
that are available for pods. The scheduler does not over-subscribe
Expand Down
27 changes: 27 additions & 0 deletions static/images/docs/node-capacity.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e9f4838

Please sign in to comment.