Improve diagram for “Reserve Compute Resources for System Daemons”

This commit is contained in:
jornshen
2020-10-12 16:14:11 +08:00
parent 6019a0b829
commit e9f483808b
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