Plamen Petrov
Plamen Petrov
Hello, we have been working on supporting microVM snapshotting in containerd-firecracker, following its introduction to firecracker. This PR contains new functions for the firecracker-containerd API that together comprise a complete...
Introduces a function that loads warm function instances at stable rate. Need to add a test. Signed-off-by: Plamen Petrov
The queue-proxy container interacts directly with the user workload Firecracker-Containerd container. However, we create a stub lightweight user container still so that CRI Operations such as ContainerStatus, ListContainers do not...
Occasionally VMs fail to be loaded from a snapshot as part of a Knative invocation. Steps to reproduce: 1. Deploy a function 2. Wait for function to be scaled down...
We are implementing the following workflow, where our goal is to shut down a VM which has been loaded from a snapshot. `StopSingleVM` in `ctriface/iface.go` is called when the VM...