update out-of-resource.md

use a shorter and simpler expression.
This commit is contained in:
Xiaoyu Zhang
2017-03-08 05:54:37 +08:00
committed by Andrew Chen
parent 04d12196a1
commit 582ef6dc4b
+1 -2
View File
@@ -17,8 +17,7 @@ If either resource is exhausted, the node would become unstable.
## Eviction Policy
The `kubelet` can pro-actively monitor for and prevent against total starvation of a compute resource. In
case that it appears to occur, the `kubelet` can pro-actively fail one or more pods in order to reclaim
The `kubelet` can pro-actively monitor for and prevent against total starvation of a compute resource. In those cases, the `kubelet` can pro-actively fail one or more pods in order to reclaim
the starved resource. When the `kubelet` fails a pod, it terminates all containers in the pod, and the `PodPhase`
is transitioned to `Failed`.