File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
content/zh-cn/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -508,6 +508,16 @@ Taint Manager(`kube-controller-manager` 中节点生命周期控制器的一
508
508
由于{{<glossary_tooltip term_id="node-pressure-eviction" text="节点压力驱逐">}}或[ 节点体面关闭] ( /zh-cn/docs/concepts/architecture/nodes/#graceful-node-shutdown ) 而被
509
509
kubelet 终止。
510
510
511
+ <!--
512
+ In all other disruption scenarios, like eviction due to exceeding
513
+ [Pod container limits](/docs/concepts/configuration/manage-resources-containers/),
514
+ Pods don't receive the `DisruptionTarget` condition because the disruptions were
515
+ probably caused by the Pod and would reoccur on retry.
516
+ -->
517
+ 在所有其他中断场景中,例如由于超出
518
+ [ Pod 容器限制] 而被驱逐,` DisruptionTarget ` 状况不会被添加到 Pod 上,
519
+ 因为中断可能是由 Pod 引起的,并且会在重试时再次发生。
520
+
511
521
{{< note >}}
512
522
<!--
513
523
A Pod disruption might be interrupted. The control plane might re-attempt to
You can’t perform that action at this time.
0 commit comments