update out-of-resource.md

change "in cases when" to "in case that"
This commit is contained in:
Xiaoyu Zhang
2017-03-07 16:57:01 +08:00
committed by Andrew Chen
parent 0e0440367c
commit 04d12196a1
+1 -1
View File
@@ -18,7 +18,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
cases where it could appear to occur, the `kubelet` can pro-actively fail one or more pods in order to reclaim
case that it appears to occur, 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`.