rancher / vagrant

Vagrant file to stand up a Local Rancher install with 3 nodes
81 stars 56 forks source link

node-01 in loop #51

Open leandroaur opened 2 years ago

leandroaur commented 2 years ago

There are some issues happening after you perform a vagrant up, server-01 keeps in loop in order to run a container, but after a while it works, but node-01 never starts and keeps in loop with the following information:

node-01: + CLUSTERID= node-01: + '[' -n '' ']' node-01: + sleep 5 node-01: + true node-01: ++ docker run --rm -i stedolan/jq -r '.data[].id' node-01: ++ vagrant.txt node-01: + CLUSTERID= node-01: + '[' -n '' ']' node-01: + sleep 5 node-01: + true node-01: ++ docker run --rm -i stedolan/jq -r '.data[].id' node-01: ++ vagrant.txt

It was tested in Vagrant running on Windows, Linux and Mac OS, in all systems we get the same loop vagrant.txt .