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

ray submit et al fail on a different yaml than the cluster was created with #202

Open
shadeofblue opened this issue Feb 29, 2024 · 1 comment
Assignees

Comments

@shadeofblue
Copy link
Contributor

shadeofblue commented Feb 29, 2024

Actual result:
When you try ray submit, ray attach, etc. using a different cluster yaml file than what the cluster was spawned with, it results in an SSH password prompt

Expected result:
I'd expect the command to be somehow aware that the cluster had not been created for this particular yaml and to throw a more appropriate error to communicate the need to start this cluster first

@shadeofblue shadeofblue changed the title ray submit on a different cluster yaml fails ray submit et al fail on a different yaml than the cluster was created with Feb 29, 2024
@mateuszsrebrny
Copy link
Contributor

mateuszsrebrny commented Mar 7, 2024

For now:

  • make this situation fail without misleading asking for ssh password

Ultimate solution (when we support multiple-clusters)

  • check how AWS node provider handles that
  • discover that this cluster is different and fail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants