update out-of-resource.md
change "in cases when" to "in case that"
This commit is contained in:
parent
0e0440367c
commit
04d12196a1
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue