You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @sarahwooders,
For example, “n2-standard-96” in some GCP regions is "sold out" or "unavailable for some reason".however, the quotas may still be big enough for the user, this will crash.
It is for general clouds. Skyplane's assumption is that "there is an unlimited resource in every region", but the reality is that the instance type is limited in every region, or maybe the ECS type is unavailable for some reason.
I found that there is SDK to check if the ECS type is "sold out" in the region.
You could follow up with Skypilot (https://github.com/skypilot-org/skypilot), they maintain a csv for every cloud. They record every "available" ECS type in every "region", this prevented the user to provision "unavailable" ECS type.
I also fix the cover according to Skypilot, just try to make Skyplane looks nicer. (#888)
Describe the bug
Hi,
The latest feature
quota
of the ECS, may have some problems.If the ECS in the region has sold out, the program will fail.
The text was updated successfully, but these errors were encountered: