Merge pull request #24519 from JornShen/improve_diagram_of_compute_resources

Improve diagram for “Reserve Compute Resources for System Daemons”
This commit is contained in:
Kubernetes Prow Robot
2020-10-12 11:08:48 -07:00
committed by GitHub
2 changed files with 28 additions and 16 deletions
@@ -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