当Eviction阈值达到的时候 , 会进入MemoryPressure或者DiskPressure状态 , 从而避免新pod调度上来
发生的时候, 删除的pod的顺序是:
- 属于BestEffort类别的pod
- Burstable类型的 , 并且超过requests量的pod
- Guaranteed类型的 , 并且当pod超过limits设置的值 , 或者触发了MemoryPressure或者DiskPressure状态的pod
当Eviction阈值达到的时候 , 会进入MemoryPressure或者DiskPressure状态 , 从而避免新pod调度上来
发生的时候, 删除的pod的顺序是:
本文标题:kubernetes中Pod资源回收策略
本文链接:https://www.haomeiwen.com/subject/tmoicqtx.html
网友评论