From 1c9a57c300988ff8054478f36e20b68090ff22fe Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Sat, 19 Mar 2022 18:43:05 +0800 Subject: [PATCH] [zh] Update preemption.md Signed-off-by: xin.li --- content/zh/docs/reference/glossary/preemption.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/zh/docs/reference/glossary/preemption.md b/content/zh/docs/reference/glossary/preemption.md index 3475e6ab01..328d0abfac 100644 --- a/content/zh/docs/reference/glossary/preemption.md +++ b/content/zh/docs/reference/glossary/preemption.md @@ -2,7 +2,7 @@ title: 抢占(Preemption) id: preemption date: 2019-01-31 -full_link: /zh/docs/concepts/configuration/pod-priority-preemption/#preemption +full_link: /zh/docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption short_description: > Kubernetes 中的抢占逻辑通过驱逐节点上的低优先级 Pod 来帮助悬决的 Pod 找到合适的节点。 @@ -16,7 +16,7 @@ tags: title: Preemption id: preemption date: 2019-01-31 -full_link: /docs/concepts/configuration/pod-priority-preemption/#preemption +full_link: /docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption short_description: > Preemption logic in Kubernetes helps a pending Pod to find a suitable Node by evicting low priority Pods existing on that Node. @@ -34,9 +34,9 @@ Kubernetes 中的抢占逻辑通过驱逐{{< glossary_tooltip term_id="node" >}} 如果一个 Pod 无法调度,调度器会尝试 -[抢占](/zh/docs/concepts/configuration/pod-priority-preemption/#preemption) +[抢占](/zh/docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption) 较低优先级的 Pod,以使得悬决的 Pod 有可能被调度。