11# kueue
22
3- ![ Version: 0.13.1 ] ( https://img.shields.io/badge/Version-0.13.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.13.1 ] ( https://img.shields.io/badge/AppVersion-v0.13.1 -informational?style=flat-square )
3+ ![ Version: 0.13.2 ] ( https://img.shields.io/badge/Version-0.13.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.13.2 ] ( https://img.shields.io/badge/AppVersion-v0.13.2 -informational?style=flat-square )
44
55Kueue is a set of APIs and controller for job queueing. It is a job-level manager that decides when a job should be admitted to start (as in pods can be created) and when it should stop (as in active pods should be deleted).
66
@@ -28,7 +28,7 @@ $ helm install kueue kueue/ --create-namespace --namespace kueue-system
2828Or use the charts pushed to ` oci://registry.k8s.io/kueue/charts/kueue ` :
2929
3030``` bash
31- helm install kueue oci://registry.k8s.io/kueue/charts/kueue --version=" 0.13.1 " --create-namespace --namespace=kueue-system
31+ helm install kueue oci://registry.k8s.io/kueue/charts/kueue --version=" 0.13.2 " --create-namespace --namespace=kueue-system
3232```
3333
3434For more advanced parametrization of Kueue, we recommend using a local overrides file, passed via the ` --values ` flag. For example:
@@ -50,15 +50,15 @@ controllerManager:
5050` ` `
5151
5252` ` ` bash
53- helm install kueue oci://registry.k8s.io/kueue/charts/kueue --version="0.13.1 " \
53+ helm install kueue oci://registry.k8s.io/kueue/charts/kueue --version="0.13.2 " \
5454 --create-namespace --namespace=kueue-system \
5555 --values overrides.yaml
5656```
5757
5858You can also use the ` --set ` flag. For example, to enable a feature gate (e.g., ` TopologyAwareScheduling ` ):
5959
6060``` bash
61- helm install kueue oci://registry.k8s.io/kueue/charts/kueue --version=" 0.13.1 " \
61+ helm install kueue oci://registry.k8s.io/kueue/charts/kueue --version=" 0.13.2 " \
6262 --create-namespace --namespace=kueue-system \
6363 --set " controllerManager.featureGates[0].name=TopologyAwareScheduling" \
6464 --set " controllerManager.featureGates[0].enabled=true"
0 commit comments