From 04d12196a12737e8366fbdea64a43f2b3c0982ab Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Tue, 7 Mar 2017 16:57:01 +0800 Subject: [PATCH] update out-of-resource.md change "in cases when" to "in case that" --- docs/admin/out-of-resource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/out-of-resource.md b/docs/admin/out-of-resource.md index 30b8744624..acbc5e7a8b 100644 --- a/docs/admin/out-of-resource.md +++ b/docs/admin/out-of-resource.md @@ -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`.