Skip to content

Version 0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@aveshagarwal aveshagarwal released this 03 Oct 21:31
· 1513 commits to master since this release

Version 0.1.0 is the first release of descheduler.

Features:

  1. Support for evicting pods from nodes with higher resource requests (cpu, memory) and number of pods if there are nodes with less resource requests for rebalancing clusters.
  2. Support for evicting pods associated with replication controllers, replica sets, jobs, deployments to make sure only one of their pods runs on one node.
  3. Support for not evicting critical, mirror, daemon sets pods and pods with local storage.
  4. Eviction of pods honors pod disruption budget (PDB).