morph
morph copied to clipboard
morph deploy crashes if single host fails
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.