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:
@@ -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) |
|
||||
| |
|
||||
| |
|
||||
---------------------------
|
||||
```
|
||||

|
||||
|
||||
`Allocatable` on a Kubernetes node is defined as the amount of compute resources
|
||||
that are available for pods. The scheduler does not over-subscribe
|
||||
|
||||
Reference in New Issue
Block a user