Skip to content

Commit

Permalink
Update kep/219-pod-allocatable-ip-scheduling/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yuan Chen <yuanchen97@gmail.com>
  • Loading branch information
lianghao208 and yuanchen8911 committed Jul 25, 2021
1 parent b26937e commit 9a4e237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kep/219-pod-allocatable-ip-scheduling/README.md
Expand Up @@ -18,7 +18,7 @@ Even though kubelet has its own `--max-pods` option flag to limit the total numb

## Motivation
[kube-controller-manager](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/) provides the `--allocate-node-cidrs` options to mark Pod CIDR in each node's `.spec.PodCIDR` field.
When a node has already allocated all the Pod IPs from `.spec.PodCIDR`, a scheduling Pod will ignore this node in scheduling cycle. It avoids the situation that pods are binding to insufficient Pod IP nodes,
When a node has already allocated all the Pod IPs from `.spec.PodCIDR`, a scheduling Pod will ignore this node in scheduling cycle. It avoids the situation that pods are bound to nodes without insufficient Pod IPs,
which is useful when a Pod cannot be scheduled due to the limited Pod IP allocation constraint in one node. This constraint is likely to result in Pods stucking in `ContainerCreating` phase.

### Goals
Expand Down

0 comments on commit 9a4e237

Please sign in to comment.