Skip to content

Commit f2ccff3

Browse files
authored
Merge pull request #32369 from my-git9/preemption
[zh] Update preemption.md
2 parents 22107ff + 1c9a57c commit f2ccff3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/reference/glossary/preemption.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 抢占(Preemption)
33
id: preemption
44
date: 2019-01-31
5-
full_link: /zh/docs/concepts/configuration/pod-priority-preemption/#preemption
5+
full_link: /zh/docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption
66
short_description: >
77
Kubernetes 中的抢占逻辑通过驱逐节点上的低优先级 Pod 来帮助悬决的
88
Pod 找到合适的节点。
@@ -16,7 +16,7 @@ tags:
1616
title: Preemption
1717
id: preemption
1818
date: 2019-01-31
19-
full_link: /docs/concepts/configuration/pod-priority-preemption/#preemption
19+
full_link: /docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption
2020
short_description: >
2121
Preemption logic in Kubernetes helps a pending Pod to find a suitable Node by evicting low priority Pods existing on that Node.
2222
@@ -34,9 +34,9 @@ Kubernetes 中的抢占逻辑通过驱逐{{< glossary_tooltip term_id="node" >}}
3434
<!--more-->
3535

3636
<!--
37-
If a Pod cannot be scheduled, the scheduler tries to [preempt](/docs/concepts/configuration/pod-priority-preemption/#preemption) lower priority Pods to make scheduling of the pending Pod possible.
37+
If a Pod cannot be scheduled, the scheduler tries to [preempt](/docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption) lower priority Pods to make scheduling of the pending Pod possible.
3838
-->
3939
如果一个 Pod 无法调度,调度器会尝试
40-
[抢占](/zh/docs/concepts/configuration/pod-priority-preemption/#preemption)
40+
[抢占](/zh/docs/concepts/scheduling-eviction/pod-priority-preemption/#preemption)
4141
较低优先级的 Pod,以使得悬决的 Pod 有可能被调度。
4242

0 commit comments

Comments
 (0)