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`.