Skip to content

deprecate kueue v0.11.1 and use v0.11.4#4026

Merged
ighosh98 merged 3 commits into
GoogleCloudPlatform:developfrom
ighosh98:develop
Apr 30, 2025
Merged

deprecate kueue v0.11.1 and use v0.11.4#4026
ighosh98 merged 3 commits into
GoogleCloudPlatform:developfrom
ighosh98:develop

Conversation

@ighosh98

@ighosh98 ighosh98 commented Apr 30, 2025

Copy link
Copy Markdown
Contributor

Submission Checklist

We are seeing errors while running TAS jobs when using v0.11.1 Deprecating the same and installing v0.11.4

PR for v01..14 manifest: #4025

With v0.11.1
kubectl get topology.kueue.x-k8s.io gke-default -o yaml

apiVersion: kueue.x-k8s.io/v1beta1
kind: Topology
metadata:
  creationTimestamp: "2025-04-30T04:38:11Z"
  generation: 1
  name: gke-default
  resourceVersion: "1745987891187839020"
  uid: ac2bdf69-2026-48f7-9566-b7b59a76ed33

With v0.11.4

apiVersion: kueue.x-k8s.io/v1alpha1
kind: Topology
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: |
      {"apiVersion":"kueue.x-k8s.io/v1alpha1","kind":"Topology","metadata":{"annotations":{},"name":"gke-default"},"spec":{"levels":[{"nodeLabel":"cloud.google.com/gce-topology-block"},{"nodeLabel":"cloud.google.com/gce-topology-subblock"},{"nodeLabel":"cloud.google.com/gce-topology-host"},{"nodeLabel":"kubernetes.io/hostname"}]}}
  creationTimestamp: "2025-04-30T05:53:22Z"
  generation: 1
  name: gke-default
  resourceVersion: "1745992402273615020"
  uid: a18192f8-f64c-41d8-8e1e-a22b57b60700
spec:
  levels:
  - nodeLabel: cloud.google.com/gce-topology-block
  - nodeLabel: cloud.google.com/gce-topology-subblock
  - nodeLabel: cloud.google.com/gce-topology-host
  - nodeLabel: kubernetes.io/hostname

NOTE: Community submissions can take up to 2 weeks to be reviewed.

Please take the following actions before submitting this pull request.

  • Fork your PR branch from the Toolkit "develop" branch (not main)
  • Test all changes with pre-commit in a local branch #
  • Confirm that "make tests" passes all tests
  • Add or modify unit tests to cover code changes
  • Ensure that unit test coverage remains above 80%
  • Update all applicable documentation
  • Follow Cluster Toolkit Contribution guidelines #

@ighosh98 ighosh98 requested review from a team and samskillman as code owners April 30, 2025 06:55
@ighosh98 ighosh98 added release-key-new-features Added to release notes under the "Key New Features" heading. release-module-improvements Added to release notes under the "Module Improvements" heading. release-improvements Added to release notes under the "Improvements" heading. labels Apr 30, 2025
@ighosh98 ighosh98 enabled auto-merge April 30, 2025 07:01
@ighosh98 ighosh98 merged commit 2579d7c into GoogleCloudPlatform:develop Apr 30, 2025
17 of 69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-improvements Added to release notes under the "Improvements" heading. release-key-new-features Added to release notes under the "Key New Features" heading. release-module-improvements Added to release notes under the "Module Improvements" heading.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants