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 <tim@scalefactory.com> * Update out-of-resource.mdpull/15111/head
parent
8a09d239f8
commit
498d870280
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue