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
Once we have the possibility to configure Firecracker via a configuration file (#923) we can also look into the possibility to disable/compile out the API server.
As of now, there are two available options:
use conditional compilation to compile out the api_server
soft disable of the API (aka do not create the API thread or initialize the API server)
Each of these options come with trade-offs and before decided which way to go, we should get more input from people wanting to use Firecracker without the API.
For additional information you can check the initial issue: #923
The text was updated successfully, but these errors were encountered:
raduweiss
changed the title
Run Firecracker without API
[UX] Run Firecracker without API
Sep 18, 2020
raduweiss
removed
the
Priority: Medium
Indicates than an issue or pull request should be resolved ahead of issues or pull requests labelled
label
Sep 20, 2020
Once we have the possibility to configure Firecracker via a configuration file (#923) we can also look into the possibility to disable/compile out the API server.
As of now, there are two available options:
Each of these options come with trade-offs and before decided which way to go, we should get more input from people wanting to use Firecracker without the API.
For additional information you can check the initial issue: #923
The text was updated successfully, but these errors were encountered: