Releases: maxlaverse/soft-pod-memory-evicter
Releases · maxlaverse/soft-pod-memory-evicter
v0.3.0
Changed
- Implement Pod-level memory threshold override (#125)
Note: The memory threshold is now inclusive. Actions will trigger as soon as the threshold is reached, rather than only when it is exceeded.
v0.2.0
Changed
- Evict promptly within DisruptionBudget (#111) @JHK
- A dd support for eviction-allowed annotation and flag (#118) @JHK
- Add flag to allow ignoring individual namespaces(#119) @JHK
v0.1.5
Changed
- Fixed unwanted eviction when a Pod has limits, but not memory limits.
v0.1.4
Changed
- Don't stop controller when Pod can't be evicted (09eef2e)