ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Ignite a Firecracker microVM

Results 124 ignite issues
Sort by recently updated
recently updated
newest added

Has anyone seen VM networking being very slow and flaky? This is with ignite 0.8.0. Speed test (python speedtest-cli package) outside the VM is 1gig+ ``` luke@phat:~$ /home/ubuntu/.local/bin/speedtest Retrieving speedtest.net...

Is Nested Virtualization supported, where we can start VMs inside ignites' microVMs? If yes how can it be enabled?

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...

![image](https://user-images.githubusercontent.com/88575772/128642889-cde9f882-41c3-4708-89fd-02342cb3b6f5.png)

what's the easiest way to get kernel headers into base images? out of the box, with ignite this fails like this: ``` root@15f66fdddbe70ea4:~# apt-get -y install linux-headers-$(uname -r) Reading package...

help wanted
kind/enhancement
area/kernels

Right now VM labels only exist on a VM itself. The only label that's propagated to the containers is `ignite.name` https://github.com/weaveworks/ignite/blob/main/pkg/operations/start.go#L77 It'd be nice to propagate the full set of...

kind/enhancement

vms are running. `ignite ps` doesn't notice them! but `ignite inspect` is able to see them. compare docker's view of what's running: ``` $ for X in $(docker ps -aq);...

[Did this because I was trying to use an IPVLan device and it barfs if you try to set its MAC address] If we don't do this it will adopt...

kind/bug
area/networking

Only alters kernel build scripts. Preserves existing behavior. Defaults to `docker` when `podman` is not available. Tested as working via `make` Signed-off-by: Begley Brothers Inc

Implements importing local container images from tar file. Uses a new subcommand `tarimport` for now, since `import` command is already used for pulling the image from image repository. Adds a...