When failing to install runc
or containerd
, Bootstrap should bail out early #2797
Open
Description
Component: salt
What happened: See #2796 - bootstrap script keeps running (and more errors appear) after failing to install runc
/ containerd
What was expected: Bootstrap process should end at the first error instead of continuing, to avoid creating confusion and ease troubleshooting
Steps to reproduce: One can simulate this by inserting a failing state in a formula (or try to reproduce the situation in #2796)
Resolution proposal (optional): To be discussed