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.md
This commit is contained in:
committed by
Kubernetes Prow Robot
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
|
compute resource. In those cases, the `kubelet` can reclaim the starved
|
||||||
resource by proactively failing one or more Pods. When the `kubelet` fails
|
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`.
|
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
|
### Eviction Signals
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user