From 498d870280930ed4b96c69c4bb0d45718267433f Mon Sep 17 00:00:00 2001 From: WoOsley Date: Tue, 25 Jun 2019 23:42:36 +0800 Subject: [PATCH] Update out-of-resource.md (#14890) * Update out-of-resource.md add note about evicted pod behavior * Update out-of-resource.md fix wrong wording * Update content/en/docs/tasks/administer-cluster/out-of-resource.md Co-Authored-By: Tim Bannister * Update out-of-resource.md --- content/en/docs/tasks/administer-cluster/out-of-resource.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/tasks/administer-cluster/out-of-resource.md b/content/en/docs/tasks/administer-cluster/out-of-resource.md index 32a6120c85..f574ea7373 100644 --- a/content/en/docs/tasks/administer-cluster/out-of-resource.md +++ b/content/en/docs/tasks/administer-cluster/out-of-resource.md @@ -27,6 +27,8 @@ The `kubelet` can proactively monitor for and prevent total starvation of a compute resource. In those cases, the `kubelet` can reclaim the starved resource by proactively failing one or more Pods. When the `kubelet` fails a Pod, it terminates all of its containers and transitions its `PodPhase` to `Failed`. +If the evicted Pod is managed by a Deployment, the Deployment will create another Pod +to be scheduled by Kubernetes. ### Eviction Signals