morph icon indicating copy to clipboard operation
morph copied to clipboard

morph deploy crashes if single host fails

Open DavHau opened this issue 5 years ago • 0 comments

If deploying on several hosts, morph crashes if it cannot connect to one of the hosts or if the switch action returns negative.

It would be nice if there was an option like --ignore-failures.

For example the nixos kubernetes module has a known race condition, where the first time it is being actiavted, one of the systemd services will fail.

Therefore it's not possible with morph to deploy kubernetes on 100 hosts since it will stop after each single one.

DavHau avatar Sep 28 '20 11:09 DavHau