Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kueue-v0.12.7.spdx.json | 2025-08-11 | 12.0 MB | |
kueue.vex.json | 2025-08-11 | 253 Bytes | |
manifests-alpha-enabled.yaml | 2025-08-11 | 825.0 kB | |
manifests-dev.yaml | 2025-08-11 | 825.0 kB | |
manifests.yaml | 2025-08-11 | 825.0 kB | |
prometheus.yaml | 2025-08-11 | 1.6 kB | |
visibility-apf.yaml | 2025-08-11 | 1.2 kB | |
kueueviz.yaml | 2025-08-11 | 4.4 kB | |
kueue-0.12.7.tgz | 2025-08-11 | 101.8 kB | |
kubectl-kueue-linux-arm64.tar.gz | 2025-08-11 | 32.0 MB | |
kubectl-kueue-linux-arm64 | 2025-08-11 | 80.7 MB | |
kubectl-kueue-linux-amd64.tar.gz | 2025-08-11 | 34.2 MB | |
kubectl-kueue-darwin-amd64 | 2025-08-11 | 84.2 MB | |
kubectl-kueue-darwin-amd64.tar.gz | 2025-08-11 | 34.3 MB | |
kubectl-kueue-darwin-arm64 | 2025-08-11 | 82.0 MB | |
kubectl-kueue-darwin-arm64.tar.gz | 2025-08-11 | 32.9 MB | |
kubectl-kueue-linux-amd64 | 2025-08-11 | 83.6 MB | |
README.md | 2025-08-11 | 758 Bytes | |
v0.12.7 source code.tar.gz | 2025-08-11 | 17.0 MB | |
v0.12.7 source code.zip | 2025-08-11 | 24.7 MB | |
Totals: 20 Items | 520.2 MB | 0 |
Changes since v0.12.6
:
Changes by Kind
Bug or Regression
- Fix support for PodGroup integration used by external controllers, which determine the the target LocalQueue and the group size only later. In that case the hash would not be computed resulting in downstream issues for ProvisioningRequest.
Now such an external controller can indicate the control over the PodGroup by adding
the kueue.x-k8s.io/pod-suspending-parent
annotation, and later patch the Pods by setting
other metadata, like the kueue.x-k8s.io/queue-name label to initiate scheduling of the PodGroup. (#6463, @pawloch00)
- TAS: fix the bug that Kueue is crashing when PodSet has size 0, eg. no workers in LeaderWorkerSet instance. (#6524, @mimowo)