Fixed typo in rescheduling.md.

This commit is contained in:
Guangya Liu 2017-02-06 10:22:09 +08:00
parent bd16e4964f
commit 135a1fdde3
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Example use cases for rescheduling are
* (note that these last two cases are the only use cases where the first-order intent * (note that these last two cases are the only use cases where the first-order intent
is to move a pod specifically for the benefit of another pod) is to move a pod specifically for the benefit of another pod)
* moving a running pod off of a node from which it is receiving poor service * moving a running pod off of a node from which it is receiving poor service
* anomalous crashlooping or other mysterious incompatiblity between the pod and the node * anomalous crashlooping or other mysterious incompatibility between the pod and the node
* repeated out-of-resource killing (see #18724) * repeated out-of-resource killing (see #18724)
* repeated attempts by the scheduler to schedule the pod onto some node, but it is * repeated attempts by the scheduler to schedule the pod onto some node, but it is
rejected by Kubelet admission control due to incomplete scheduler knowledge rejected by Kubelet admission control due to incomplete scheduler knowledge