Skip to content

Commit 528a65c

Browse files
authored
Merge pull request #29053 from mengjiao-liu/sync-node-pressure-eviction
[zh] sync scheduling-eviction node-pressure-eviction file
2 parents b5a718a + e683359 commit 528a65c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ kubelet 在驱逐最终用户 Pod 之前会先尝试回收节点级资源。
365365
If the node has a dedicated `imagefs` filesystem for container runtimes to use,
366366
the kubelet does the following:
367367
368-
* If the `nodefs` filesystem meets the eviction threshlds, the kubelet garbage collects
368+
* If the `nodefs` filesystem meets the eviction thresholds, the kubelet garbage collects
369369
dead pods and containers.
370370
* If the `imagefs` filesystem meets the eviction thresholds, the kubelet
371371
deletes all unused images.
@@ -403,7 +403,7 @@ signal below the threshold, the kubelet begins to evict end-user pods.
403403
The kubelet uses the following parameters to determine pod eviction order:
404404
405405
1. Whether the pod's resource usage exceeds requests
406-
1. [Pod Priority](/docs/concepts/configuration/pod-priority-preemption/)
406+
1. [Pod Priority](/docs/concepts/scheduling-eviction/pod-priority-preemption/)
407407
1. The pod's resource usage relative to requests
408408
-->
409409
### kubelet 驱逐时 Pod 的选择
@@ -414,7 +414,7 @@ The kubelet uses the following parameters to determine pod eviction order:
414414
kubelet 使用以下参数来确定 Pod 驱逐顺序:
415415

416416
1. Pod 的资源使用是否超过其请求
417-
1. [Pod 优先级](/zh/docs/concepts/configuration/pod-priority-preemption/)
417+
1. [Pod 优先级](/zh/docs/concepts/scheduling-eviction/pod-priority-preemption/)
418418
1. Pod 相对于请求的资源使用情况
419419

420420
<!--

0 commit comments

Comments
 (0)