Skip to content

Commit 39ff641

Browse files
authored
Updating Kueue default version to 0.14.4 in A4X (#4850)
2 parents a02d488 + ca34323 commit 39ff641

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

examples/gke-a4x/gke-a4x.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ deployment_groups:
336336
target_architecture: "arm64"
337337
kueue:
338338
install: true
339+
version: "0.14.4"
339340
config_path: $(vars.kueue_configuration_path)
340341
config_template_vars:
341342
num_gpus: $(a4x-pool.static_gpu_count)

examples/gke-a4x/kueue-configuration.yaml.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
apiVersion: kueue.x-k8s.io/v1alpha1
15+
apiVersion: kueue.x-k8s.io/v1beta1
1616
kind: Topology
1717
metadata:
1818
name: "a4x-default"

modules/management/kubectl-apply/variables.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ locals {
1818
# This list defines the Kueue Helm chart versions that are officially tested and supported by this toolkit, based on the official changelog.
1919
# The list should be updated as new versions are tested and approved.
2020
# Refer https://github.com/kubernetes-sigs/kueue/tree/main/CHANGELOG
21-
kueue_supported_versions = ["0.13.3", "0.13.2", "0.13.1", "0.13.0"]
21+
22+
# Note: The apiVersion associated with the Topology kind should be
23+
# kueue.x-k8s.io/v1beta1 when using v0.14.0 or higher. Refer: https://github.com/kubernetes-sigs/kueue/blob/main/CHANGELOG/CHANGELOG-0.14.md#api-change
24+
kueue_supported_versions = ["0.14.4", "0.14.3", "0.14.2", "0.14.1", "0.13.9", "0.13.8", "0.13.7", "0.13.6", "0.13.3", "0.13.2", "0.13.1", "0.13.0"]
2225

2326
# Officially supported latest helm chart versions of Jobset.
2427
# For details refer the official change log https://github.com/kubernetes-sigs/jobset/releases

0 commit comments

Comments
 (0)