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

[Doc] Add instructions to use -aarch64 tag for images for M1 Mac in KubeRay YAMLs #1468

Open
architkulkarni opened this issue Oct 3, 2023 · 2 comments
Assignees
Labels
docs Improvements or additions to documentation P2 Important issue, but not time critical

Comments

@architkulkarni
Copy link
Contributor

architkulkarni commented Oct 3, 2023

Some users want to test KubeRay locally on M1 Mac, but it fails with unhelpful error messages, e.g. Raylet is considered dead.

At a minimum, we should

  • Detect that we're on M1 and print a helpful error message
  • Mention this prominently in the docs (I didn't see any such mention and I was looking for it)

UPDATE: Actually, it works if you use the -aarch64 in the image name. We should add this to the documentation, and investigate if it's possible to automatically use the correct image (since otherwise users have to manually edit any sample YAML that they want to try)

@z103cb
Copy link
Contributor

z103cb commented Oct 9, 2023

@architkulkarni I have had no problems with the -aarch64 ray images on M1 MackBook pro. I do use rancher desktop with kind. Perhaps documenting that might a good / better option.

Also adding support for the that architecture for the kuberay images might not be a bad thing. There's a PR for this already: #1442.

@architkulkarni
Copy link
Contributor Author

Thanks! I can also confirm that adding the tag -aarch64 makes it work. I'll leave this issue open to track improving the documentation, because I don't think it'll be obvious to users and right now there's no clear error message.

@architkulkarni architkulkarni changed the title KubeRay does not support M1 Mac [Doc] Add instructions to use -aarch64 tag for images for M1 Mac in KubeRay YAMLs Oct 26, 2023
@anyscalesam anyscalesam added docs Improvements or additions to documentation P2 Important issue, but not time critical labels Jan 29, 2024
@kevin85421 kevin85421 self-assigned this Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation P2 Important issue, but not time critical
Projects
None yet
Development

No branches or pull requests

4 participants