Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 599 Bytes

kueue.md

File metadata and controls

20 lines (15 loc) · 599 Bytes

Example of running kueue with knavigator

Install kueue by following these instructions:

KUEUE_VERSION=v0.9.0
kubectl apply --server-side -f https://github.com/kubernetes-sigs/kueue/releases/download/${KUEUE_VERSION}/manifests.yaml

kubectl apply -f charts/overrides/kueue/priority.yaml

Run a kueue job:

./bin/knavigator -workflow resources/workflows/kueue/test-job.yaml -cleanup

Run a preemption workflow with kueue:

./bin/knavigator -workflow resources/workflows/kueue/test-preemption.yaml -cleanup