janeczku / docker-machine-vultr

:m: Docker Machine driver for Vultr Cloud
MIT License
192 stars 25 forks source link

RancherOS - Doesn't work at all #45

Open marcus-sa opened 5 years ago

marcus-sa commented 5 years ago

Been trying to solve this for hours and it just doesn't work. If you create 10 different nodes, doesn't matter what type of node it is, it keeps installing, destroying and reinstalling all the Vultr servers and it's just hanging there. If you decide to create a single node and choose all 3 types it doesn't even create a server at all.

runtman commented 5 years ago

The SSH keys created appear to have a passphrase on them, I don't see anywhere in this library that expects this. I wonder if this is the issue?

broberson commented 4 years ago

It eventually works for me. The create times out after 10 minutes or so and the new server remains inactive for another 10 to 15 minutes, but then it eventually becomes available to docker-machine ssh <host> into.

docker-machine status <host> still fails, and regenerating the keys seems to fix it.

Edit: forgot to mention - I had to use a plan with 2Gb of RAM. 1Gb isn't enough to install RancherOS - the RAM-drive it's working with just isn't big enough for the image to decompress. Or something.