Skip to content

Commit f971ce2

Browse files
author
Tim Bannister
committed
Link to pod phase
1 parent 35fa37e commit f971ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ When one or more of these resources reach specific consumption levels, the
1212
kubelet can proactively fail one or more pods on the node to reclaim resources
1313
and prevent starvation.
1414

15-
During a node-pressure eviction, the kubelet sets the `PodPhase` for the
16-
selected pods to `Failed`. This terminates the pods.
15+
During a node-pressure eviction, the kubelet sets the [phase](/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase) for the
16+
selected pods to `Failed`, and terminates the Pod.
1717

1818
Node-pressure eviction is not the same as
1919
[API-initiated eviction](/docs/concepts/scheduling-eviction/api-eviction/).

0 commit comments

Comments
 (0)