-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] RayService applications do not load on v1.3.0 #3133
Comments
Could you try |
This time (different from last time, when I ran on our large on-premises server) I am just running on a small AWS EC2 instance, so I had to Here are the outputs you requested, both for the worker pod and the head pod. Output of kubectl describe pod on worker
Output of kubectl describe on head pod
(Note that it was specifically |
@boyleconnor can you share how you upgraded KubeRay on the cluster? You mentioned this step:
Note that you need to also upgrade the CRD to match the version you are using for helm. See the upgrade guide for more details: https://docs.ray.io/en/latest/cluster/kubernetes/user-guides/upgrade-guide.html |
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
I tried creating the sample RayService shown in the documentation:
Yet when I navigate to the Ray dashboard, it tells me:
Checking status via
kubectl
gives similar results:Yet, downgrading to kuberay operator 1.2.2 suddenly fixes the problem:
Note that I tried this and got the same results both on my company's on-premises cluster and on AWS EKS
I don't think this is a problem specifically with the example RayService manifest from the tutorial; we've encountered the same problem on our own manifests--no applications starting up or even showing up on the dashboard.
I also haven't seen any interesting messages from the KubeRay operator pod:
Reproduction script
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: