andrewchilds / overcast

Orchestrate VMs from your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difficult to create multiple instances quickly

JohnnyZ opened this issue · comments

commented

If I were to paste in my terminal say:

overcast digitalocean create cs-01 --region=sfo1 --cluster "c-01"
overcast digitalocean create cs-02 --region=nyc1 --cluster "c-01"
overcast digitalocean create cs-03 --region=sfo1 --cluster "c-01"
overcast digitalocean create cs-04 --region=sfo1 --cluster "c-01"

At least a few of them would not be saved and not usable from overcast

I have tried opening new terminal windows etc(but the servers in different windows must not join the same overcast list), so the only way to create multiple servers is to wait for each one to be properly created then move onto the next.

Am I doing something wrong?

I really like what you've done here, thank you so much for your hard work!