Skip to content

Crane v0.3.0

Compare
Choose a tag to compare
@qmhu qmhu released this 18 Mar 10:33
· 871 commits to main since this release

What's Changed

OoS Ensurance

Crane allows users defined PrioirtyClass for the pods and QoSEnsurancePolicy, then detects disruption and ensure the high priority pods not being impacted by resource competition.

Avoidance Actions:

  • Disable Schedule: disable scheduling by setting node taint and condition.
  • Throttle: throttle the low priority pods by squeezing cgroup settings.
  • Evict: evict low priority pods.

Crane Dashboard

The Dashboard to visualize all the cool things in Crane.

Feature

Bugfix && Enhancement

Changes since v0.2.0

Full Changelog: v0.2.0...v0.3.0

New Contributors