Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
9 stars 5 forks source link

"Successful" exit when firecracker is missing #129

Closed Ichmed closed 1 year ago

Ichmed commented 1 year ago

When running a firecracker flake without firecracker installed you get ✔ launching flake before getting send back to your original shell instead of a proper error message

schaefi commented 1 year ago

If you repeat the call with

export PILOT_DEBUG=1

you should get error messages

I agree a pre-check in the launcher if it can call the pilot at all would make sense

schaefi commented 1 year ago

I assume you will find the same behavior for the podman-pilot

schaefi commented 1 year ago

I think I'm going to look into this one the next free slot