diff --git a/Makefile b/Makefile index bdce6d14..83d7cb85 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ KUEUE_REPO=https://github.com/kubernetes-sigs/kueue.git KUBECTL_VERSION := $(shell curl -L -s https://dl.k8s.io/release/stable.txt) -KUEUE_VERSION=v0.9.1 +KUEUE_VERSION=v0.10.0 OS := $(shell uname -s | tr A-Z a-z) PLATFORM := $(shell uname -m | sed -e 's/aarch64/arm64/' | sed -e 's/x86_64/amd64/') diff --git a/src/xpk/core/kueue.py b/src/xpk/core/kueue.py index 1f02e860..5154042c 100644 --- a/src/xpk/core/kueue.py +++ b/src/xpk/core/kueue.py @@ -30,7 +30,7 @@ SystemCharacteristics, ) -KUEUE_VERSION = 'v0.9.1' +KUEUE_VERSION = 'v0.10.0' CLUSTER_QUEUE_NAME = 'cluster-queue' LOCAL_QUEUE_NAME = 'multislice-queue' WAIT_FOR_KUEUE_TIMEOUT = '5m'