Elektrobit / flake-pilot

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

FireCracker: Implement flake-ctl firecracker register #84

Closed schaefi closed 1 year ago

schaefi commented 1 year ago

Description

Along with the effort to add support for the firecracker engine, an app registration for the later firecracker-pilot is required. The app registration should look similar to flake-ctl podman register like the following call:

flake-ctl firecracker register --vm NAME --app APPNAME ... [--overlay-storage ... --mem-size ... --cache-type ... --cpu-count ... ]

Acceptance Criteria

schaefi commented 1 year ago

Going to work on this one next