firecracker-microvm / firecracker-microvm/firecracker-containerd
Config file should be usable by firecracker-local and runtime during tests
Open
kind/enhancement
- Dominant language
- Go
- Stars
- 2.9k
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
#346 adds configuration loading the `firecracker-local` package. The problem with this change is the `runtime` and `firecracker-local` have two separate configs, but need one of the values, `shim_base_dir` to be consistent between the files. This is really fragile and is really confusing. Ideally we would write a single config that is used by `firecracker-local` and the `runtime`.
Contributor guide
Assessment
This issue has not been assessed yet.