Module operator for the Ray component in OpenDataHub. Manages the lifecycle of the KubeRay operator (install, upgrade, status, removal) as part of the ODH modular architecture.
This operator reconciles a Ray custom resource (components.platform.opendatahub.io/v1alpha1)
and is deployed by the ODH platform operator when the Ray module is enabled.
Epic: RHOAIENG-62503 Feature: RHAISTRAT-1064
- Go 1.25+
- Docker or Podman
make buildmake testmake lintmake docker-build IMG=quay.io/opendatahub/odh-ray-module-operator:latestThe Ray module owns the KubeRay operand manifests. Platform installation
manifests contain only the module operator; the image carries the selected
KubeRay snapshot under /opt/manifests/kuberay.
Normal builds use the committed snapshots under opt/manifests/{odh,rhoai}.
Run make update-manifests in a connected environment to refresh them from
the pinned upstream KubeRay commits.
Copyright 2026.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.