Skip to content
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] ray-job.sample.yaml has issues on arm with kuberay 1.1 or 1.2 #2781

Open
1 of 2 tasks
sfc-gh-aivanou opened this issue Jan 20, 2025 · 0 comments
Open
1 of 2 tasks
Labels
bug Something isn't working triage

Comments

@sfc-gh-aivanou
Copy link

sfc-gh-aivanou commented Jan 20, 2025

Search before asking

  • I searched the issues and found no similar issues.

KubeRay Component

ray-operator

What happened + What you expected to happen

I am trying to follow the tutorial https://docs.ray.io/en/latest/cluster/kubernetes/getting-started/rayjob-quick-start.html to install ray job, but it seems that it does not run as expected.
RayJob stuck in Initializing without any kind of useful feedback..

NAME            JOB STATUS   DEPLOYMENT STATUS   RAY CLUSTER NAME                 START TIME             END TIME   AGE
rayjob-sample                Initializing        rayjob-sample-raycluster-mm68w   2025-01-20T23:53:32Z              4m

Cluster is ready:

(spcs-templates-test) ➜  temp kubectl get raycluster
NAME                             DESIRED WORKERS   AVAILABLE WORKERS   CPUS   MEMORY   GPUS   STATUS   AGE
rayjob-sample-raycluster-mm68w   1                 1                   400m   0        0      ready    9m30s

How do you usually debug this?

Reproduction script

kind create cluster --image=kindest/node:v1.26.0

helm install kuberay-operator kuberay/kuberay-operator --version 1.1.0

kubectl apply -f ./ray-job.sample.yaml

I expect simple RayJob to succeed, but it is getting deadlocked on something :(

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@sfc-gh-aivanou sfc-gh-aivanou added bug Something isn't working triage labels Jan 20, 2025
@sfc-gh-aivanou sfc-gh-aivanou changed the title [Bug] ray-job.sample.yaml is broken with kuberay 1.1 or 1.2 [Bug] ray-job.sample.yaml has issues on arm with kuberay 1.1 or 1.2 Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant