Support environment variables defined in Knative manifests when spawning MicroVMs #324
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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:
The use case is to enable and disable tracing when running vHive with Firecracker MicroVMs. As of now, this must be hardcoded in each function image.
The text was updated successfully, but these errors were encountered: