Avoid fuzzy language

This commit is contained in:
King'ori Maina 2017-08-12 21:18:16 +02:00
parent 14359657c0
commit 1bd329ad93
No known key found for this signature in database
GPG Key ID: 04398F1A6E1D9B22
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ resources, you might end up with a very unstable cluster.
Each node in a cluster has resources available to it and pods scheduled to run
on the node may or may not have resource requests or limits set on them.
Kubernetes schedules pods on nodes that have resources that satisfy the pod's
specified requirements. As a result, pods are sort of [bin-packed][4] onto the
nodes in a best effort attempt to utilize as much of the resources available
with as few nodes as possible.
specified requirements. Broadly, pods are [bin-packed][4] onto the nodes in a
best effort attempt to utilize as much of the resources available with as few
nodes as possible.
```
Node Capacity