-
Having the ability to snapshot and stop a running service would be great. Firecracker supports this.
https://github.com/firecracker-microvm/firecracker/blob/3388fa94c2ceeb2269a6fc9479b6f2798604c4e7…
-
As mentioned in the comments on #160 we should consider whether we want to support the other OCI annotations that exist for grouping containers under a single shim or in a single sandbox in our own sh…
-
The Supervisor will be responsible for monitoring running MicroVMs and react to changes that drift from the desired state.
**Why do we need this?**
We don't currently continuously monitor the state …
-
I would like to suppress all logging below "warning" or "fatal" but firecracker-containerd does not account for the options provided in config.toml or in CLI.
Example:
```
sudo firecracker-conta…
-
I came across the Ignite project when I was researching ways to run and manage VMs using Kubernetes. I had experimented with KubeVirt to run VMs using Kubernetes but wanted the speed of starting that …
-
As per https://ignite.readthedocs.io/en/stable/installation/#ignited-daemon, ignited creates VMs declaratively.
But ignited seems to delete the VM config from `/etc/firecracker/manifests/` after crea…
-
Hi Guys,
I 'm trying to use unik to create vms for firecracker and run them. I can build the image following the steps on github but when i 'm running the image I 'm getting errors.
Build:
…
-
### Component
systemd
### Is your feature request related to a problem? Please describe
I want to have a way to import credentials into my VM but I am not using QEMU . However my VMM does pro…
-
# Ignite - Des images Docker pour provisionner des Micro-VM
Weave Ignite le provisionner de Micro VM, est il vraiment Gitops ?
[https://blog.stephane-robert.info/post/gipts-ignite-firecracker-micro-…
-
# Description of problem
For now, in kata, when trying to shutdown firecracker from external, we will try `SIGTERM` at the first place, then giving hypervisor 15s to terminate. And if failed, we will…