From bec936238f2c3786e39953c7c2539611f32702a6 Mon Sep 17 00:00:00 2001 From: kita456 Date: Sat, 22 Nov 2025 12:23:57 +0900 Subject: [PATCH] Fix broken link to static CPU management policy in Pod QoS documentation --- content/en/docs/concepts/workloads/pods/pod-qos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/pod-qos.md b/content/en/docs/concepts/workloads/pods/pod-qos.md index d4bb97f9a5226..256d3741ed2a5 100644 --- a/content/en/docs/concepts/workloads/pods/pod-qos.md +++ b/content/en/docs/concepts/workloads/pods/pod-qos.md @@ -39,7 +39,7 @@ to face eviction. They are guaranteed not to be killed until they exceed their l or there are no lower-priority Pods that can be preempted from the Node. They may not acquire resources beyond their specified limits. These Pods can also make use of exclusive CPUs using the -[`static`](/docs/tasks/administer-cluster/cpu-management-policies/#static-policy) CPU management policy. +[`static`](/docs/tasks/administer-cluster/cpu-management-policies/#static-policy-configuration) CPU management policy. #### Criteria