From 582ef6dc4bee43a20b09b0a67d80c840f29883c5 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Wed, 8 Mar 2017 05:54:37 +0800 Subject: [PATCH] update out-of-resource.md use a shorter and simpler expression. --- docs/admin/out-of-resource.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/admin/out-of-resource.md b/docs/admin/out-of-resource.md index acbc5e7a8b..974454bd6d 100644 --- a/docs/admin/out-of-resource.md +++ b/docs/admin/out-of-resource.md @@ -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`.