Skip to content

ray: update KubeRay and Ray versions#3528

Draft
danish9039 wants to merge 1 commit into
kubeflow:masterfrom
danish9039:pr3487/ray-kuberay-version-alignment
Draft

ray: update KubeRay and Ray versions#3528
danish9039 wants to merge 1 commit into
kubeflow:masterfrom
danish9039:pr3487/ray-kuberay-version-alignment

Conversation

@danish9039

Copy link
Copy Markdown
Member

Pull Request Template for Kubeflow Manifests

Summary of Changes

This PR updates the experimental Ray manifests to align the checked-in KubeRay operator and Ray example/test versions:

  • KubeRay chart/operator: 1.6.2
  • Ray example/test image: rayproject/ray:2.56.0-py311-cpu
  • Ray example rayVersion: 2.56.0

The KubeRay operator resources were regenerated with the existing Makefile path.

Reviewer note: the generated KubeRay 1.6.2 chart has large expected churn. It adds the raycronjobs.ray.io CRD and RayCronJob roles, expands operator RBAC for resources such as secrets, pods/resize, endpointslices, and Gateway API resources, and raw generated namespaced objects include namespace: default; the Kubeflow overlay still renders namespaced resources into kubeflow.

This PR intentionally does not include the restricted-PSS Ray example changes from #3487.

Dependencies

No direct dependency. Related to the broader PR split from #3487.

Related Issues

Related to #3487.

Contributor Checklist

  • I have tested these changes with kustomize. See Installation Prerequisites.
  • All commits are signed-off to satisfy the DCO check.
  • I have considered adding my company to the adopters page to support Kubeflow and help the community, since I expect help from the community for my issue (see 1. and 2.).

Validation:

  • make -C experimental/ray kuberay-operator/base
  • kustomize build experimental/ray/kuberay-operator/base
  • kustomize build experimental/ray/kuberay-operator/overlays/kubeflow
  • rendered operator image/namespace assertion
  • bash -n experimental/ray/test.sh
  • git diff --check

Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
Copilot AI review requested due to automatic review settings July 4, 2026 20:13
@google-oss-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign juliusvonkohout for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown

Welcome to the Kubeflow Community Distribution Repository

Thanks for opening your first PR. Your contribution means a lot to the Kubeflow community.

Before making more PRs:
Please ensure your PR follows our Contributing Guide.
Please also be aware that many components are synchronized from upstream via the scripts in /scripts.
So in some cases you have to fix the problem in the upstream repositories first, but you can use a PR against kubeflow/community-distribution to test the platform integration.

Community Resources:

Thanks again for helping to improve Kubeflow.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the experimental Ray manifests to align the checked-in KubeRay operator/chart version and the Ray example/test versions.

Changes:

  • Bumped the KubeRay Helm chart/operator version to 1.6.2 in the experimental Ray Makefile.
  • Updated the Ray example/test versions to Ray 2.56.0 across the README, example RayCluster manifest, and test script.
  • Updated the RayCluster example images to rayproject/ray:2.56.0-py311-cpu.

Reviewed changes

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

File Description
experimental/ray/test.sh Updates the expected Ray version for the smoke test.
experimental/ray/README.md Updates documented Ray image and client install version to 2.56.0.
experimental/ray/raycluster_example.yaml Updates RayCluster rayVersion and container images to 2.56.0.
experimental/ray/Makefile Bumps KubeRay chart version to 1.6.2.

Comment thread experimental/ray/test.sh
TIMEOUT=120 # timeout in seconds
SLEEP_INTERVAL=30 # interval between checks in seconds
RAY_VERSION=2.44.1
RAY_VERSION=2.56.0
Comment thread experimental/ray/test.sh
@@ -5,7 +5,7 @@ set -euxo
NAMESPACE=$1
TIMEOUT=120 # timeout in seconds
SLEEP_INTERVAL=30 # interval between checks in seconds
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.

2 participants