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

[Autoscaler] Add option to force setup_commands to re-run #12325

Open
amogkam opened this issue Nov 23, 2020 · 1 comment
Open

[Autoscaler] Add option to force setup_commands to re-run #12325

amogkam opened this issue Nov 23, 2020 · 1 comment
Labels
enhancement Request for new feature and/or capability good first issue Great starter issue for someone just starting to contribute to Ray infra autoscaler, ray client, kuberay, related issues P2 Important issue, but not time-critical
Milestone

Comments

@amogkam
Copy link
Contributor

amogkam commented Nov 23, 2020

When I have a cluster already running, I sometimes want to re-run the setup commands even if there's no changes, without having to shut down the cluster. For example if I am installing a package via a Github repo, I want to trigger the install again after pushing new changes.

However, calling ray up doesn't actually re-run the setup commands if it doesn't detect any changes in the commands. I am getting around this for now by adding a echo command and modifying it every time I want to re-trigger the setup_commands. But it would be nice to have a flag to do this via ray up.

@amogkam amogkam added enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component) autoscaler labels Nov 23, 2020
@richardliaw richardliaw added good first issue Great starter issue for someone just starting to contribute to Ray P2 Important issue, but not time-critical and removed triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Nov 24, 2020
@ericl ericl added this to the Serverless Autoscaling milestone Jan 20, 2021
@ericl ericl removed the autoscaler label Jan 20, 2021
@AmeerHajAli AmeerHajAli added the infra autoscaler, ray client, kuberay, related issues label Mar 26, 2022
@SoundsSerious
Copy link

Would love to see this as well, a CLI option like --force-setup-update that triggers this behavior would be wonderful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for new feature and/or capability good first issue Great starter issue for someone just starting to contribute to Ray infra autoscaler, ray client, kuberay, related issues P2 Important issue, but not time-critical
Projects
None yet
Development

No branches or pull requests

5 participants