简体   繁体   中英

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?

From Interactions between Pod priority and quality of service

The scheduler's preemption logic does not consider QoS when choosing preemption targets. Preemption considers Pod priority and attempts to choose a set of targets with the lowest priority.

So a Pod with QoS "Guaranteed" may be evicted if a higher priority Pod gets scheduled.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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