Skip to content

Commit

Permalink
adjust explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
targetoee committed Nov 22, 2023
1 parent 1e5025f commit db04606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Pod 可以请求不被抢占,但这并没有受到保证。

DaemonSet 就可能打破规则,并抢占选择退出抢占规则的 Pod 。
DaemonSet Pod 必须在指定节点上运行。
如果该节点上运行的所有 Pod 都是其他 DaemonSet Pod,或选择退出抢占的 Pod 时,在没有其他选择的情况下,即使是退出的 Pod 也会被抢占。
如果该节点上运行的所有 Pod 不是 DaemonSet Pod,就是选择不能被抢占的 Pod 时,在没有其他选择的情况下,即使是选择不能被抢占的 Pod 也会被抢占。

### 抢占永远不会使队列的容量低于其保证容量

Expand Down

0 comments on commit db04606

Please sign in to comment.