简体   繁体   English

QoS Guaranteed 的 pod 可以被更高优先级的 pod 驱逐吗?

[英]Can a QoS Guaranteed pod be evicted by a higher priority pod?

Considering the scenario where all of the nodes are fully utilized and there is a user's pod in the scheduler queue that has a higher priority, and there are no more Best Effort and Burstable pods left, only Guaranteed with lower priority, then can that Guaranteed pod be evicted to make space for the higher priority one?考虑到所有节点都被充分利用,并且调度器队列中有一个用户的 pod 具有更高的优先级,并且没有剩余的 Best Effort 和 Burstable pod,只有较低优先级的 Guaranteed,那么该 Guaranteed pod 可以被驱逐为更高优先级的人腾出空间?

From Interactions between Pod priority and quality of servicePod 优先级和服务质量之间的交互

The scheduler's preemption logic does not consider QoS when choosing preemption targets.调度器的抢占逻辑在选择抢占目标时不考虑QoS。 Preemption considers Pod priority and attempts to choose a set of targets with the lowest priority. Preemption 考虑 Pod 优先级,并尝试选择一组优先级最低的目标。

So a Pod with QoS "Guaranteed" may be evicted if a higher priority Pod gets scheduled.因此,如果调度了更高优先级的 Pod,则可能会驱逐具有“保证”QoS 的 Pod。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM