Skip to content

v0.26.7

Compare
Choose a tag to compare
@Huang-Wei Huang-Wei released this 26 Jul 18:39
· 260 commits to master since this release
fb9bf41

🎉 scheduler-plugins v0.26.7 is released!


New Images

  • registry.k8s.io/scheduler-plugins/kube-scheduler:v0.26.7
  • registry.k8s.io/scheduler-plugins/controller:v0.26.7

Changes by Kind

Feature

  • Trimaran: implementation for low-risk overcommitment scheduler plugin. (#412, @atantawi)
  • Add new DiscardReservedNodes cache type for NodeResourceTopologyPlugin. (#504, @PiotrProkop)
  • Migrate ElasticQuota to use controller-runtime controllers (#527, @nayihz)
  • Update LeastNUMANodes ScoringStrategy for NodeResourceTopologyMatch to take distance between topology zones into consideration. (#500, @PiotrProkop)
  • Add a new coscheduling plugin argument podGroupBackoffSeconds to configure backoff timer for failed PodGroup. User needs to explicitly specify a positive integer to enable this feature. (#559, @KunWuLuan)

Bug or Regression

  • Upgrade the controller image version of the all-in-one.yaml. (#555, @tenzen-y)

Other (Cleanup or Flake)

  • Delete kubeConfig/incluster/masterUrl options in controller. Implemented --worker option. (#569, @nayihz)
  • Nodetopologymatch: track only pods with exclusive resources. Reduces churn and improves the resync latency. (#590, @ffromani)
  • Remove the PostBind implementation from the coscheduling plugin. (#554, @nayihz)
  • Kubernetes dependency bumped to v1.26.7. (#601, @PiotrProkop)

🎉 Thank you to everyone who contributed to this release!