Skip to content
#

firecracker

Here are 39 public repositories matching this topic...

Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/

  • Updated Dec 25, 2021
  • Go
vhive
ustiugov
ustiugov commented Jul 1, 2021

Currently, ctriface/ doesn't pick up environment variables from the knative manifests. Firecracker-containerd supports it at a the container creation time as a runtime argument to the corresponding API call.

Example:

	container, err := o.client.NewContainer(
		ctx,
		vmID,
		containerd.WithSnapshotter(o.snapshotter),
		containerd.WithNewSnapshot(vmID, *vm.Image),
		containerd.With
insanitybit
insanitybit commented Oct 17, 2021

What would be really helpful is if there were examples of using this driver.

Examples I would find particularly useful:

  1. Connecting to another task within a group where one of those tasks is a Firecracker VM (does one just talk to localhost?)
  2. Placing artifact data into the task
  3. Working with environment variables, or noting that it's not possible to do so
Callisto13
Callisto13 commented Dec 7, 2021

What happened:
I created a mvm in namespace foo.
I ran ListMicroVMs pointing to namespace bar.

All mvms were returned (ie those in foo)

What did you expect to happen:
In this example, nothing should have been returned on the list call as I did not create anything in the bar namespace.

How to reproduce it:
Follow steps above.

**Anything else you would like

Improve this page

Add a description, image, and links to the firecracker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the firecracker topic, visit your repo's landing page and select "manage topics."

Learn more