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
Submitting and then starting systemctl units one-by-one
with fleet causes some issues because of dependencies -
if bar depends on foo, foo must be defined and started first.
This commit makes sure we always submit/start *all* units at
once, making this no longer order-dependent.
fixes #806
echo_green "Done! Inspect the state of the services with: fleetctl list-units"
40
40
echo_green "Once all the services are running, you can register with your Deis cluster: deis register http://ec2-34-567-890-123.us-west-1.compute.amazonaws.com:8000"
0 commit comments