Skip to content

fix(manifests): Use released version for JobSet and LWS images#3452

Merged
google-oss-prow[bot] merged 1 commit intokubeflow:masterfrom
andreyvelich:fix-jobset-image
Apr 25, 2026
Merged

fix(manifests): Use released version for JobSet and LWS images#3452
google-oss-prow[bot] merged 1 commit intokubeflow:masterfrom
andreyvelich:fix-jobset-image

Conversation

@andreyvelich
Copy link
Copy Markdown
Member

It looks like JobSet and LWS kustomize manifests use staging images in their releases:
Ref: https://github.com/kubernetes-sigs/jobset/releases/tag/v0.11.1

We should use the officially released image, like we do in Helm charts.

cc @kubeflow/kubeflow-trainer-team @akshaychitneni @robert-bell @kannon92

Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
Copilot AI review requested due to automatic review settings April 24, 2026 22:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the third-party Kustomize manifests for JobSet and LeaderWorkerSet (LWS) to rewrite controller images from the k8s-staging-images registry to the officially released registry.k8s.io images, aligning behavior with how releases are expected to be consumed.

Changes:

  • Add Kustomize images transforms for JobSet to map staging image -> registry.k8s.io/jobset/jobset:v0.11.0.
  • Add Kustomize images transforms for LWS to map staging image -> registry.k8s.io/lws/lws:v0.8.0.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
manifests/third-party/leaderworkerset/kustomization.yaml Adds an image rewrite to use the released LWS image from registry.k8s.io at v0.8.0.
manifests/third-party/jobset/kustomization.yaml Adds an image rewrite to use the released JobSet image from registry.k8s.io at v0.11.0.

Copy link
Copy Markdown
Member

@tenzen-y tenzen-y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, staging image will be removed after 30 days.
So, I would highly recommend embedding the registry.k8s.io in JobSet and LWS release.

/lgtm
/approve

@google-oss-prow
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tenzen-y

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tenzen-y
Copy link
Copy Markdown
Member

/cherrypick release-2.2

@google-oss-robot
Copy link
Copy Markdown

@tenzen-y: once the present PR merges, I will cherry-pick it on top of release-2.2 in a new PR and assign it to you.

Details

In response to this:

/cherrypick release-2.2

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@google-oss-prow google-oss-prow Bot merged commit 37cb332 into kubeflow:master Apr 25, 2026
36 of 37 checks passed
@google-oss-prow google-oss-prow Bot added this to the v2.3 milestone Apr 25, 2026
@google-oss-robot
Copy link
Copy Markdown

@tenzen-y: new pull request created: #3453

Details

In response to this:

/cherrypick release-2.2

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Goku2099 pushed a commit to Goku2099/trainer that referenced this pull request Apr 25, 2026
…low#3452)

Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
Signed-off-by: Sameer_yadav <159073326+Goku2099@users.noreply.github.com>
@andreyvelich andreyvelich deleted the fix-jobset-image branch April 26, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants