-
Notifications
You must be signed in to change notification settings - Fork 511
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
Can I specify a new instance type when restarting a cluster? #1928
Comments
Update on this: I just changed it via the AWS console and it worked fine. |
Thanks for the question @Taytay! Currently, we don't support changing the instance type for an existing cluster. It seems the problem could be solved if SkyPilot could provide a way to reuse the EBS to launch another cluster. We will try to look into it. : ) |
Previous instance type changes / resize discussion: #137
This seems a good new reason for this feature :) |
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This issue was closed because it has been stalled for 10 days with no activity. |
I am trying to run
sky start my_cluster_name
, but unfortunately, there aren't enough resources in my target region.botocore.exceptions.ClientError: An error occurred (InsufficientInstanceCapacity) when calling the StartInstances operation (reached max retries: 5): Insufficient capacity.
But the main reason I want to re-launch this is to get access to the data on the instance EBS drive. So I really don't care what instance type it uses. Is it possible to specify a new set of resources when running
sky start
or some other hacky way to do it?The text was updated successfully, but these errors were encountered: