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

Can I specify a new instance type when restarting a cluster? #1928

Closed
Taytay opened this issue May 3, 2023 · 6 comments
Closed

Can I specify a new instance type when restarting a cluster? #1928

Taytay opened this issue May 3, 2023 · 6 comments
Labels
enhancement New feature or request feature-request

Comments

@Taytay
Copy link

Taytay commented May 3, 2023

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?

@Taytay
Copy link
Author

Taytay commented May 3, 2023

Update on this: I just changed it via the AWS console and it worked fine.

@Michaelvll
Copy link
Collaborator

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. : )

@Michaelvll Michaelvll added enhancement New feature or request feature-request labels May 10, 2023
@concretevitamin
Copy link
Member

Previous instance type changes / resize discussion: #137

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?

This seems a good new reason for this feature :)

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

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.

@github-actions github-actions bot added the Stale label Sep 8, 2023
@github-actions
Copy link

This issue was closed because it has been stalled for 10 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2023
@Michaelvll Michaelvll reopened this Sep 18, 2023
@Michaelvll Michaelvll removed the Stale label Sep 18, 2023
@Michaelvll
Copy link
Collaborator

Michaelvll commented Sep 18, 2023

We now support cloning a cluster to another instance type with sky launch --clone-disk-from <existing-cluster> --instance-type <new-instance-type> -c new-cluster-name. #2098
The requested feature can be achieved with the command above. Please let us know if that works for you @Taytay : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature-request
Projects
None yet
Development

No branches or pull requests

3 participants