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
I find the machines api confusing when it comes to fly regions add ... and the flyctl scale count 2, as it seems this does not work as such, without a clear error.
flyctl scale count 2 --max-per-region fails, but the description is even more confusing.
Instead, you are supposed to use fly machines clone --region ... [id]. After which, the command fly regions list does show the expected values from the regions you cloned to.
I would however expect the first command regions add to work as expected or indicate that for V2 you need to clone instead.
The text was updated successfully, but these errors were encountered:
I find the machines api confusing when it comes to
fly regions add ...
and theflyctl scale count 2
, as it seems this does not work as such, without a clear error.flyctl scale count 2 --max-per-region
fails, but the description is even more confusing.Instead, you are supposed to use
fly machines clone --region ... [id]
. After which, the commandfly regions list
does show the expected values from the regions you cloned to.I would however expect the first command
regions add
to work as expected or indicate that for V2 you need to clone instead.The text was updated successfully, but these errors were encountered: