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