github kubernetes-sigs/kueue v0.13.7

latest release: v0.14.2
one day ago

Changes since v0.13.6:

Changes by Kind

Feature

  • JobFramework: Introduce an optional interface for custom Jobs, called JobWithCustomWorkloadActivation, which can be used to deactivate or active a custom CRD workload. (#7199, @tg123)

Bug or Regression

  • Fix existing workloads not being re-evaluated when new clusters are added to MultiKueueConfig. Previously, only newly created workloads would see updated cluster lists. (#7351, @mimowo)
  • Fix handling of RayJobs which specify the spec.clusterSelector and the "queue-name" label for Kueue. These jobs should be ignored by kueue as they are being submitted to a RayCluster which is where the resources are being used and was likely already admitted by kueue. No need to double admit.
    Fix on a panic on kueue managed jobs if spec.rayClusterSpec wasn't specified. (#7257, @laurafitzgerald)
  • Fixed a bug that Kueue would keep sending empty updates to a Workload, along with sending the "UpdatedWorkload" event, even if the Workload didn't change. This would happen for Workloads using any other mechanism for setting
    the priority than the WorkloadPriorityClass, eg. for Workloads for PodGroups. (#7306, @mbobrovskyi)
  • MultiKueue x ElasticJobs: fix webhook validation bug which prevented scale up operation when any other
    than the default "AllAtOnce" MultiKueue dispatcher was used. (#7333, @mszadkow)
  • Visibility API: Fix a bug that the Config clientConnection is not respected in the visibility server. (#7224, @tenzen-y)

Other (Cleanup or Flake)

  • Improve the messages presented to the user in scheduling events, by clarifying the reason for "insufficient quota"
    in case of workloads with multiple PodSets.

    Example:

    • before: "insufficient quota for resource-type in flavor example-flavor, request > maximum capacity (24 > 16)"
    • after: "insufficient quota for resource-type in flavor example-flavor, previously considered podsets requests (16) + current podset request (8) > maximum capacity (16)" (#7294, @iomarsayed)

Don't miss a new kueue release

NewReleases is sending notifications on new releases.