Merge pull request #334 from gyliu513/rescheduling

Fixed typo in rescheduling.md.
This commit is contained in:
Klaus Ma 2017-02-07 07:54:50 +08:00 committed by GitHub
commit 4d95b6c0c4
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
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
* 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 attempts by the scheduler to schedule the pod onto some node, but it is
rejected by Kubelet admission control due to incomplete scheduler knowledge