You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ kubectl apply -f https://raw.githubusercontent.com/ray-project/kuberay/5b1a5a11f5df76db2d66ed332ff0802dc3bbff76/ray-operator/config/samples/ray-service.text-ml.yaml
rayservice.ray.io/rayservice-sample created
With KubeRay operator 1.3.0:
$ helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
kuberay-operator default 2 2025-02-27 12:13:41.616923988 -0800 PST deployed kuberay-operator-1.3.0
Although the documentation implied that this would create services with names such as:
The text was updated successfully, but these errors were encountered:
boyleconnor
added
docs
An issue or change related to documentation
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Feb 27, 2025
Description
I tried creating a sample RayService, following the documentation: https://docs.ray.io/en/latest/serve/production-guide/kubernetes.html#deploying-a-serve-application :
With KubeRay operator 1.3.0:
Although the documentation implied that this would create services with names such as:
No service with a name
rayservice-sample-head-svc
was created:Link
https://docs.ray.io/en/latest/serve/production-guide/kubernetes.html#deploying-a-serve-application
The text was updated successfully, but these errors were encountered: