Skip to content

Commit 5a44baf

Browse files
authored
Merge pull request #28136 from daxmc99/patch-1
Fix broken link
2 parents 942368b + 5fba7a9 commit 5a44baf

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
@@ -16,7 +16,7 @@ During a node-pressure eviction, the kubelet sets the `PodPhase` for the
1616
selected pods to `Failed`. This terminates the pods.
1717

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

2121
The kubelet does not respect your configured `PodDisruptionBudget` or the pod's
2222
`terminationGracePeriodSeconds`. If you use [soft eviction thresholds](#soft-eviction-thresholds),
@@ -408,4 +408,4 @@ to estimate or measure an optimal memory limit value for that container.
408408
* Learn about [Pod Priority and Preemption](/docs/concepts/scheduling-eviction/pod-priority-preemption/)
409409
* Learn about [PodDisruptionBudgets](/docs/tasks/run-application/configure-pdb/)
410410
* Learn about [Quality of Service](/docs/tasks/configure-pod-container/quality-service-pod/) (QoS)
411-
* Check out the [Eviction API](/docs/reference/generated/kubernetes-api/{{<param "version">}}/#create-eviction-pod-v1-core)
411+
* Check out the [Eviction API](/docs/reference/generated/kubernetes-api/{{<param "version">}}/#create-eviction-pod-v1-core)

0 commit comments

Comments
 (0)